immortalwrt / homeproxy

The modern ImmortalWrt proxy platform for ARM64/AMD64 (powered by sing-box)
GNU General Public License v2.0
504 stars 150 forks source link

Homeproxy DNS leak to ISP provider nameserver (which is not configured as Homeproxy DNS) #202

Closed evan0greenup closed 1 week ago

evan0greenup commented 1 week ago

Bug description

Simple configuration (no other advanced configuration for homeproxy). Only configure in Routing Settings. Main node as the VPS I provided, and DNS server Cloudflare Public DNS (1.1.1.1), China DNS server as Aliyun Public DNS (223.5.5.5).

Proxy Mode Tun TCP/UDP.

Then when I visited https://ipleak.net/, only my local ISP DNS server and the VPS DNS server are shown. Nether Cloudflare DNS nor Aliyun DNS are shown.

I would consider it to be DNS leakage.

Actual behavior

Described above.

Expected behavior

Because https://ipleak.net/ is foreign website, so only Cloudflare DNS should be shown in the list.

Steps to reproduce

No response

HomeProxy configuration

:~# cat /etc/config/homeproxy

config homeproxy 'infra' option __warning 'DO NOT EDIT THIS SECTION, OR YOU ARE ON YOUR OWN!' option common_port '22,53,80,143,443,465,853,873,993,995,8080,8443,9418' option mixed_port '5330' option redirect_port '5331' option tproxy_port '5332' option dns_port '5333' option china_dns_port '5334' option tun_name 'singtun0' option tun_addr4 '172.19.0.1/30' option tun_addr6 'fdfe:dcba:9876::1/126' option tun_mtu '9000' option tun_gso '0' option table_mark '100' option self_mark '100' option tproxy_mark '101' option tun_mark '102'

config homeproxy 'config' option main_node '211fc6ac6688e824b7e2654a2353fe24' option main_udp_node 'same' option dns_server '1.1.1.1' option routing_mode 'bypass_mainland_china' option routing_port 'common' option proxy_mode 'tun' option ipv6_support '0' list china_dns_server '223.5.5.5'

config homeproxy 'control' option lan_proxy_mode 'disabled'

config homeproxy 'routing' option sniff_override '1' option default_outbound 'direct-out' option tun_gso '0' option tcpip_stack 'system' option udp_timeout '300' option bypass_cn_traffic '0'

config homeproxy 'dns' option dns_strategy 'prefer_ipv4' option default_server 'default-dns'

config homeproxy 'subscription' option auto_update '0' option allow_insecure '0' option packet_encoding 'xudp' option update_via_proxy '0' option filter_nodes 'blacklist' list filter_keywords '重置|到期|过期|剩余|套餐' list filter_keywords 'Expiration|Remaining'

config homeproxy 'server' option enabled '0' option auto_firewall '0'

config dns_rule 'nodes_domain' option label 'NodesDomain' option enabled '1' option mode 'default' list outbound 'any-out' option server 'default-dns'

config node '211fc6ac6688e824b7e2654a2353fe24' .................................................

sing-box configuration

:~# cat /var/run/homeproxy/sing-box-c.json { "log": { "disabled": false, "level": "warn", "output": "/var/run/homeproxy/sing-box-c.log", "timestamp": true }, "dns": { "servers": [ { "tag": "default-dns", "address": "192.168.1.1", "detour": "direct-out" }, { "tag": "system-dns", "address": "local", "detour": "direct-out" }, { "tag": "block-dns", "address": "rcode://name_error" }, { "tag": "main-dns", "address": "tcp://1.1.1.1", "strategy": "ipv4_only", "detour": "main-out" } ], "disable_cache": false, "disable_expire": false, "independent_cache": false, "final": "main-dns" }, "inbounds": [ { "type": "direct", "tag": "dns-in", "listen": "::", "listen_port": 5333 }, { "type": "mixed", "tag": "mixed-in", "listen": "::", "listen_port": 5330, "sniff": true, "sniff_override_destination": true, "set_system_proxy": false }, { "type": "tun", "tag": "tun-in", "interface_name": "singtun0", "inet4_address": "172.19.0.1/30", "mtu": 9000, "gso": false, "auto_route": false, "stack": "system", "sniff": true, "sniff_override_destination": true } ], "outbounds": [ { "type": "direct", "tag": "direct-out" }, { "type": "block", "tag": "block-out" }, { "type": "dns", "tag": "dns-out" }, { "type": "vmess", "tag": "main-out", ........................................... } ], "route": { "rules": [ { "inbound": "dns-in", "outbound": "dns-out" }, { "protocol": "dns", "outbound": "dns-out" } ], "rule_set": [ ], "auto_detect_interface": true, "final": "main-out" } }

HomeProxy log

No response

sing-box log

:~# cat /var/run/homeproxy/sing-box-c.log

+0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context deadline exceeded +0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:00 ERROR [3397254354 10.0s] dns: exchange failed for www.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context deadline exceeded +0000 2024-10-18 05:45:19 ERROR [4122939979 6.70s] dns: exchange failed for github.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [4122939979 6.70s] dns: exchange failed for github.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [4122939979 6.70s] dns: exchange failed for github.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [4122939979 6.70s] dns: exchange failed for github.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [4122939979 6.70s] dns: exchange failed for github.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:19 ERROR [1756482034 10.0s] dns: exchange failed for accounts.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [1328835975 10.0s] dns: exchange failed for github.com. IN HTTPS: context deadline exceeded +0000 2024-10-18 05:45:29 ERROR [2944179686 1.91s] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [1122528897 816ms] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2609225442 2.37s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2609225442 2.37s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [120844067 2.37s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2609225442 2.37s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2609225442 2.37s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2944179686 1.91s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:29 ERROR [1122528897 816ms] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [3199189134 112ms] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:29 ERROR [2609225442 2.37s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2944179686 1.91s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [120844067 2.37s] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [2944179686 1.91s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:29 ERROR [120844067 2.37s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1782903920 12.6s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [4083254717 9.74s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for ipv6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [2443371895 9.74s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3751857265 350ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [2005417976 6.69s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [2005417976 6.69s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-2.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-2.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [536787095 9.74s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3751857265 350ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [2005417976 6.69s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-2.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [2796209749 11.1s] dns: exchange failed for ipv6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [536787095 9.74s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [2443371895 9.74s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1782903920 12.6s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [953378007 12.1s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [2443371895 9.74s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [536787095 9.74s] dns: exchange failed for ipv6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [2443371895 9.74s] dns: exchange failed for safebrowsing.googleapis.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1611608469 8.71s] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1057033877 1.63s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1129492880 1.13s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [536787095 9.74s] dns: exchange failed for lh3.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1611608469 8.71s] dns: exchange failed for ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [841926453 9.74s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [61682526 1.14s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [2796209749 11.1s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-1.ipleak.net. IN HTTPS: context deadline exceeded +0000 2024-10-18 05:45:40 ERROR [4083254717 9.74s] dns: exchange failed for ogads-pa.clients6.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for play.google.com. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [1171326333 8.34s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-3.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:40 ERROR [1828695923 5.84s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:40 ERROR [3284790335 2.68s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2377040095 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context deadline exceeded +0000 2024-10-18 05:45:50 ERROR [1893823050 118ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2455773289 2.93s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3548255488 1.37s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [2377040095 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-5.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2377040095 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [511849790 1.37s] dns: exchange failed for fallback-ipv4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [511849790 1.37s] dns: exchange failed for fallback-ipv4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [272322950 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-8.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [4220654399 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-9.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [4220654399 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2565020179 3.93s] dns: exchange failed for fallback-ipv4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [4220654399 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [362169893 808ms] dns: exchange failed for fallback-ipv4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [1279309326 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-10.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-9.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-10.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [2455773289 2.93s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-10.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2565020179 3.93s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-8.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1279309326 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-8.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [272322950 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-9.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [2455773289 2.93s] dns: exchange failed for fallback-ipv4.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [4220654399 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-8.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-6.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [4220654399 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-5.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [2455773289 2.93s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-9.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3135852628 6.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [1279309326 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-5.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [1702303209 4.42s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [511849790 1.37s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-10.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [2352915236 343ms] dns: exchange failed for fallback-ipv4.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [362169893 808ms] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [632125555 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:45:50 ERROR [3548255488 1.37s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:45:50 ERROR [3548255488 1.37s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-7.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context deadline exceeded +0000 2024-10-18 05:46:00 ERROR [301052321 404ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-14.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:46:00 ERROR [301052321 404ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [753387016 9.73s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-14.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1252667111 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-12.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-13.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [4174809418 648ms] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [636683675 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [636683675 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-12.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3775022349 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-13.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [636683675 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-12.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [636683675 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-16.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [999383619 3.4s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-16.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3775022349 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [4262689311 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-12.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [793650411 3.53s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [4262689311 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [753387016 9.73s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for stun.services.mozilla.com. IN A: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-12.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-15.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [753387016 9.73s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:46:00 ERROR [750012608 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-11.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-16.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [999383619 3.4s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-18.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-15.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [4262689311 9.98s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-14.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [999383619 3.4s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-17.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-15.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-17.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1252667111 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-13.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3775022349 9.97s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-15.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1927249164 3.53s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-17.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for ipv6.ipleak.net. IN A: context canceled +0000 2024-10-18 05:46:00 ERROR [1927249164 3.53s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-16.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [3242493805 10.0s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-17.ipleak.net. IN HTTPS: context canceled +0000 2024-10-18 05:46:00 ERROR [1433345284 8.57s] dns: exchange failed for 90ljn3dhsuyi680cw2py4ucomsmdq9zlavklwpuh-17.ipleak.net. IN HTTPS: context canceled

OpenWrt/ImmortalWrt release

23.05.4 r24012-d8dd03c46f

Device

FriendlyElec NanoPi R6S

Additional information

NO Chinese language pack is installed.

Terms

evan0greenup commented 1 week ago

@1715173329 do you have any idea about this issue?

1715173329 commented 1 week ago

That's just how it works. If you want to be "secure" on their website, just buy their VPN, then you will be 100% "secure".