Back to Sing Box

DHCP

docs/configuration/dns/server/dhcp.md

1.13.11416 B
Original Source

!!! question "Since sing-box 1.12.0"

DHCP

Structure

json
{
  "dns": {
    "servers": [
      {
        "type": "dhcp",
        "tag": "",

        "interface": "",
        
        // Dial Fields
      }
    ]
  }
}

Fields

interface

Interface name to listen on.

Tge default interface will be used by default.

Dial Fields

See Dial Fields for details.