Skip to content

[Bug]: Sites not opening when change_system_dns = false #80

Description

@valkuc

Before submitting, please confirm

  • I read the README and followed all setup steps in order
  • I searched existing issues and found no duplicates
  • I am using the latest version of the TrustTunnel console client

Environment details

  • OS: Windows 10
  • Architecture: x86

My network uses the router's local DNS. So, the gateway is 192.168.0.1 and the DNS is 192.168.0.1. When I launch TT client with change_system_dns = false - No host resolves - neither public nor local. And even if I try to perform nslookup ya.ru 192.168.0.1 it failing because can't resolve it, while ping 192.168.0.1 shows that host is reacheable.

My TT client config is next:

vpn_mode = "general"
killswitch_enabled = true
killswitch_allow_ports = []
post_quantum_group_enabled = true
exclusions = []

[endpoint]
hostname = "***"
addresses = ["***:443"]
custom_sni = ""
has_ipv6 = false
username = "***"
password = "***"
client_random = ""
skip_verification = false
certificate = ""
upstream_protocol = "http2"
anti_dpi = true
dns_upstreams = []

[listener]

[listener.tun]
bound_if = ""
included_routes = ["0.0.0.0/0", "2000::/3"]
excluded_routes = ["0.0.0.0/8", "10.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.168.0.0/16", "224.0.0.0/3"]
mtu_size = 1280
change_system_dns = false

App version

1.0.49

Steps to reproduce

Connect to TT server and try to browse any resource.

Expected behavior

No response

Actual behavior

No resolving host.

Screenshots

Screenshot 1

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions