dnstm
DNS Tunnel Manager
File Explorer
Download Latest Version (.zip)- ci.yml
- release-please.yml
- adapter.go
- dnsrouter.go
- root.go
- ARCHITECTURE.md
- BENCHMARKS-v0.5.0.md
- CLI.md
- CLIENT.md
- CONFIGURATION.md
- DEVELOPMENT.md
- TESTING.md
- action.go
- backend.go
- configcmd.go
- errors.go
- ids.go
- options.go
- output.go
- registry.go
- router.go
- system.go
- tunnel.go
- binary.go
- binary_test.go
- certs_test.go
- manager.go
- clientcfg_test.go
- decode.go
- encode.go
- generate.go
- types.go
- backend.go
- config.go
- config_test.go
- defaults.go
- defaults_test.go
- tunnel.go
- validation.go
- validation_test.go
- vaydns_config_test.go
- dnsrouter.go
- forwarder.go
- forwarder_test.go
- parser.go
- parser_test.go
- service.go
- backend_add.go
- backend_auth.go
- backend_available.go
- backend_list.go
- backend_remove.go
- backend_status.go
- config_export.go
- config_load.go
- config_validate.go
- context.go
- output_tui.go
- router_lifecycle.go
- router_logs.go
- router_mode.go
- router_status.go
- router_switch.go
- system_install.go
- system_sshusers.go
- system_uninstall.go
- system_update.go
- tunnel_add.go
- tunnel_lifecycle.go
- tunnel_list.go
- tunnel_logs.go
- tunnel_remove.go
- tunnel_share.go
- tunnel_status.go
- cleanup.go
- uninstall.go
- generate.go
- keys_test.go
- manager.go
- logger.go
- adapter.go
- main.go
- firewall.go
- microsocks.go
- config.go
- mode.go
- names.go
- port.go
- router.go
- router_test.go
- servicegen.go
- tunnel.go
- systemd.go
- systemd_interface.go
- systemd_mock.go
- systemd_test.go
- user.go
- binary.go
- config.go
- ports.go
- builder.go
- install.go
- status.go
- service.go
- updater.go
- version.go
- version_test.go
- version.go
- e2e-config.json.example
- remote-e2e.sh
- dnstt_test.go
- helpers_test.go
- main_test.go
- multi_test.go
- slipstream_test.go
- backend_test.go
- config_test.go
- helpers_test.go
- main_test.go
- router_test.go
- switch_test.go
- tunnel_test.go
- .gitignore
- .release-please-manifest.json
- CHANGELOG.md
- go.mod
- go.sum
- install.sh
- main.go
- Makefile
- README.md
- release-please-config.json
# Installation Guide
1. Get the code
git clone https://github.com/net2share/dnstm
Downloads the entire project code from GitHub to your computer.
cd dnstm
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -sSL https://raw.githubusercontent.com/net2share/dnstm/main/install.sh | sudo bash
Type this command into your terminal and run it.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build -o dnstm .
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
