v2ray
10 лет назад
Родитель
Сommit
8a7d7d0a44
|
@@ -39,6 +39,21 @@
|
|
|
"strategy": "rules",
|
|
"strategy": "rules",
|
|
|
"settings": {
|
|
"settings": {
|
|
|
"rules": [
|
|
"rules": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "field",
|
|
|
|
|
+ "port": "54-79",
|
|
|
|
|
+ "outboundTag": "direct"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "field",
|
|
|
|
|
+ "port": "81-442",
|
|
|
|
|
+ "outboundTag": "direct"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "field",
|
|
|
|
|
+ "port": "444-65535",
|
|
|
|
|
+ "outboundTag": "direct"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"type": "chinasites",
|
|
"type": "chinasites",
|
|
|
"outboundTag": "direct"
|
|
"outboundTag": "direct"
|