Before submitting, please confirm
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
Before submitting, please confirm
Environment details
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.1it failing because can't resolve it, whileping 192.168.0.1shows that host is reacheable.My TT client config is next:
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