Skip to content

ctrld doesn't come up after reboot (windows) #274

@xopez

Description

@xopez

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions