mirror of https://github.com/2dust/v2rayN
Update cidr for direct outboundTag (#5550)
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>pull/5566/head
parent
770e8b8cfa
commit
a432852b78
|
@ -28,9 +28,15 @@
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
"ip": [
|
"ip": [
|
||||||
"223.5.5.5/32",
|
"223.5.5.5/32",
|
||||||
|
"223.6.6.6/32",
|
||||||
|
"2400:3200::1/128",
|
||||||
|
"2400:3200:baba::1/128",
|
||||||
"119.29.29.29/32",
|
"119.29.29.29/32",
|
||||||
|
"2402:4e00::/128"
|
||||||
"180.76.76.76/32",
|
"180.76.76.76/32",
|
||||||
|
"2400:da00::6666/128"
|
||||||
"114.114.114.114/32",
|
"114.114.114.114/32",
|
||||||
|
"114.114.115.115/32",
|
||||||
"geoip:private",
|
"geoip:private",
|
||||||
"geoip:cn"
|
"geoip:cn"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue