headplane icon indicating copy to clipboard operation
headplane copied to clipboard

DNS page should have split DNS configuration.

Open gageorsburn opened this issue 9 months ago • 0 comments

Right now only the main DNS configuration is allowed to be configured, however headscale supports split DNS configuration.

dns_config:
  # Whether to prefer using Headscale provided DNS or use local.
  override_local_dns: true

  # List of DNS servers to expose to clients.
  nameservers:
    - 1.1.1.1

  restricted_nameservers:
    foo.bar.io:
      - 100.64.0.1

gageorsburn avatar May 19 '24 22:05 gageorsburn