Skip to content

Releases: radostsladost/trusttunnel-pc

Release list

v1.0.1

Choose a tag to compare

@radostsladost radostsladost released this 01 Jun 15:08

First-time setup

  1. Launch the app.
  2. Go to Settings → AUTO INSTALL TRUSTTUNNEL CLIENT and click Install / Update.
    This downloads the latest trusttunnel_client CLI binary for your platform from GitHub releases.
  3. 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).
  4. 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.