mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
Update cidr for direct outboundTag (#5550)
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
This commit is contained in:
parent
770e8b8cfa
commit
a432852b78
1 changed files with 6 additions and 0 deletions
|
@ -28,9 +28,15 @@
|
|||
"outboundTag": "direct",
|
||||
"ip": [
|
||||
"223.5.5.5/32",
|
||||
"223.6.6.6/32",
|
||||
"2400:3200::1/128",
|
||||
"2400:3200:baba::1/128",
|
||||
"119.29.29.29/32",
|
||||
"2402:4e00::/128"
|
||||
"180.76.76.76/32",
|
||||
"2400:da00::6666/128"
|
||||
"114.114.114.114/32",
|
||||
"114.114.115.115/32",
|
||||
"geoip:private",
|
||||
"geoip:cn"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue