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

15 lines
356 B
JSON

{
"type": "field",
"domain": [
"domain:google.com",
"domain:github.com",
"youtube.com"
],
"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