sing-box/docs/configuration/dns/fakeip.md

26 lines
275 B
Markdown
Raw Normal View History

2023-03-25 04:03:23 +00:00
# FakeIP
### Structure
```json
{
"enabled": true,
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
}
```
### Fields
#### enabled
Enable FakeIP service.
#### inet4_range
IPv4 address range for FakeIP.
#### inet6_address
IPv6 address range for FakeIP.