Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
caiysmy committed Jan 9, 2024
1 parent 952c593 commit c0da64b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
8 changes: 5 additions & 3 deletions config_template/PC_rule_set_proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"A",
"AAAA"
],
"server": "fakeip"
"server": "fakeip",
"rewrite_ttl": 1
}
],
"fakeip": {
Expand All @@ -46,6 +47,7 @@
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true,
"strict_route": true,
"sniff": true,
"inet4_route_exclude_address": [
"192.168.0.0/16"
]
Expand All @@ -54,13 +56,13 @@
"type": "http",
"listen": "0.0.0.0",
"listen_port": 8080,
"users": []
"sniff": true
},
{
"type": "socks",
"listen": "0.0.0.0",
"listen_port": 1080,
"users": []
"sniff": true
}
],
"outbounds": [
Expand Down
8 changes: 5 additions & 3 deletions config_template/PC_rule_set_proxy_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"A",
"AAAA"
],
"server": "fakeip"
"server": "fakeip",
"rewrite_ttl": 1
}
],
"fakeip": {
Expand All @@ -46,6 +47,7 @@
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true,
"strict_route": true,
"sniff": true,
"inet4_route_exclude_address": [
"192.168.0.0/16"
]
Expand All @@ -54,13 +56,13 @@
"type": "http",
"listen": "0.0.0.0",
"listen_port": 8080,
"users": []
"sniff": true
},
{
"type": "socks",
"listen": "0.0.0.0",
"listen_port": 1080,
"users": []
"sniff": true
}
],
"outbounds": [
Expand Down
8 changes: 5 additions & 3 deletions config_template/mobile_rule_set_proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"A",
"AAAA"
],
"server": "fakeip"
"server": "fakeip",
"rewrite_ttl": 1
}
],
"fakeip": {
Expand All @@ -46,6 +47,7 @@
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true,
"strict_route": true,
"sniff": true,
"inet4_route_exclude_address": [
"192.168.0.0/16"
],
Expand All @@ -61,13 +63,13 @@
"type": "http",
"listen": "0.0.0.0",
"listen_port": 8080,
"users": []
"sniff": true
},
{
"type": "socks",
"listen": "0.0.0.0",
"listen_port": 1080,
"users": []
"sniff": true
}
],
"outbounds": [
Expand Down
8 changes: 5 additions & 3 deletions config_template/mobile_rule_set_proxy_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"A",
"AAAA"
],
"server": "fakeip"
"server": "fakeip",
"rewrite_ttl": 1
}
],
"fakeip": {
Expand All @@ -46,6 +47,7 @@
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true,
"strict_route": true,
"sniff": true,
"inet4_route_exclude_address": [
"192.168.0.0/16"
],
Expand All @@ -61,13 +63,13 @@
"type": "http",
"listen": "0.0.0.0",
"listen_port": 8080,
"users": []
"sniff": true
},
{
"type": "socks",
"listen": "0.0.0.0",
"listen_port": 1080,
"users": []
"sniff": true
}
],
"outbounds": [
Expand Down

0 comments on commit c0da64b

Please sign in to comment.