We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b58d3 commit 58fe97bCopy full SHA for 58fe97b
docs/config/dns/index.en.md
@@ -14,6 +14,7 @@ dns:
14
- 223.5.5.5
15
enhanced-mode: fake-ip
16
fake-ip-range: 198.18.0.1/16
17
+ # fake-ip-range6: fdfe:dcba:9876::1/64
18
fake-ip-filter-mode: blacklist
19
fake-ip-filter:
20
- '*.lan'
@@ -76,6 +77,10 @@ This refers to the DNS processing mode of mihomo.
76
77
78
Settings for the IP range under fakeip; the default IPV4 address for [tun](../inbound/tun.md) also uses this value as a reference.
79
80
+## fake-ip-range6
81
+
82
+Settings for the IPv6 range under fakeip.
83
84
## fake-ip-filter
85
86
Fakeip filtering; the following addresses will not receive fakeip mappings for connections.
0 commit comments