Releases: radostsladost/trusttunnel-pc
Releases · radostsladost/trusttunnel-pc
Release list
v1.0.1
First-time setup
- Launch the app.
- Go to Settings → AUTO INSTALL TRUSTTUNNEL CLIENT and click Install / Update.
This downloads the latesttrusttunnel_clientCLI binary for your platform from GitHub releases. - Go to Profiles → + and add a profile:
- Paste a
tt://deep-link from your server's export, or - Import a YAML / TOML config file, or
- Fill in the fields manually (hostname, addresses, credentials).
- Paste a
- Select the profile on the Dashboard and click Connect.
DNS Route Rules file format
The global routes file (Settings → GLOBAL DNS ROUTE RULES FILE) is a plain-text file.
Per-profile rules are entered in the profile editor under Advanced → DNS Route Rules.
# Lines starting with # are ignored
# Bypass by domain
domain:internal.corp
domain:192.168.local
# Bypass by CIDR
cidr:192.168.0.0/16
cidr:10.0.0.0/8
# Bypass by country (GeoIP)
geoip:RU
geoip:CN
Rules are merged (global file + active profile) and written to the TOML config as dns_route_rules before each connection.