mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-09 03:54:15 +08:00
36 lines
401 B
Markdown
36 lines
401 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.12.0"
|
|
|
|
# Fake IP
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "fakeip",
|
|
"tag": "",
|
|
|
|
"inet4_range": "198.18.0.0/15",
|
|
"inet6_range": "fc00::/18"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
#### inet4_range
|
|
|
|
IPv4 address range for FakeIP.
|
|
|
|
#### inet6_address
|
|
|
|
IPv6 address range for FakeIP.
|