Files
v2ray/templates/rules/only_allow_client_ip.json
233boy 580debd2e2 up
2022-10-24 09:20:28 +08:00

15 lines
328 B
JSON

{
"type": "field",
"ip": [
"1.1.1.1",
"1.1.1.2",
"3.3.3.3"
],
"outboundTag": "direct" // don't change this tag
}, // ignore this error
{
"type": "field",
"network": "tcp,udp",
"outboundTag": "blocked" // don't change this tag
}
// https://v2ray.com/chapter_02/03_routing.html