-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hey,
I have found something I don't really know how to debug.
Sometimes after a fast start (shutdown and boot, not a reboot) of Windows ctrld seems to be running as service, but the local DNS servers in the interface arent changed and still on automatic mode. Thats why ctrld doesn't catch the dns requests on the device.
First I thought it is a problem of cloud gaming service i was using, but on a local 2 weeks old Windows 11 (25H2 Build 26200.7462) it also happens.
A thought: ctrld is ready before the interface is loaded through windows.
I will set debug mode so hopefully something is catched
TOML:
[service]
client_id_preference = 'mac'
[listener]
[listener.0]
ip = '127.0.0.1'
port = 53
[listener.0.policy]
networks = [
{ 'network.0' = [
'upstream.0'
] }
]
[network]
[network.0]
cidrs = ['0.0.0.0/0', '::/0']
[upstream]
[upstream.0]
type = 'doh3'
endpoint = 'https://dns.controld.com/ID'
timeout = 2500
send_client_info = false
Metadata
Metadata
Assignees
Labels
No labels