v3 boom
This commit is contained in:
15
templates/rules/only_allow_domain.json
Normal file
15
templates/rules/only_allow_domain.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
Reference in New Issue
Block a user