Files
sing-box/docs/configuration/dns/server/fakeip.zh.md
2025-10-07 14:01:59 +08:00

399 B

icon
icon
material/new-box

!!! question "自 sing-box 1.12.0 起"

Fake IP

结构

{
  "dns": {
    "servers": [
      {
        "type": "fakeip",
        "tag": "",

        "inet4_range": "198.18.0.0/15",
        "inet6_range": "fc00::/18"
      }
    ]
  }
}

字段

inet4_range

FakeIP 的 IPv4 地址范围。

inet6_range

FakeIP 的 IPv6 地址范围。