You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a certain period of time, dae fails to dial with error:
dial to wss://SERVER: dial tcp: lookup SERVER: device or resource busy
However, the dig SERVER works just fine. Not sure if it's actually a DNS failure.
Expected Behavior
No response
Steps to Reproduce
My config:
global{
wan_interface: auto
log_level: info
allow_insecure: false
# auto_config_kernel_parameter: true
dial_mode: domain
}
# Forward all DNS requests to local DNS
dns {
upstream {
dcompass: 'udp://127.0.0.1:53'
}
routing {
request {
fallback: dcompass
}
}
}
node {
v2ray: "NODE DETAIL"
}
group {
first {
policy: fixed(0)
}
}
routing{
# Don't route dcompass's requests
pname(NetworkManager, dcompass) -> must_direct
domain(geosite:category-ads) -> block
dip(geoip:private) -> direct
dip(geoip:cn) -> direct
# domain(geosite:cn) -> direct
# Don't route games that have server in China.
domain(geosite:category-games@cn) -> direct
fallback: first
}
Seems like it's due to my node doesn't have IPv6 support while IPv6 was used. Disable IPv6 in dae dns resolves this issue. But I suspect dae should handle better?
Checks
Current Behavior
After a certain period of time, dae fails to dial with error:
However, the
dig SERVER
works just fine. Not sure if it's actually a DNS failure.Expected Behavior
No response
Steps to Reproduce
My config:
Environment
dae --version
): v0.7.0cat /etc/os-release
):uname -a
):Linux x1c7 6.10.3 #1-NixOS SMP PREEMPT_DYNAMIC Sat Aug 3 07:01:09 UTC 2024 x86_64 GNU/Linux
Anything else?
No response
The text was updated successfully, but these errors were encountered: