Skip to content

Commit

Permalink
Create test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dawangLM authored Sep 16, 2023
1 parent 0ecb265 commit 624f2ca
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"dns": {
"servers": [
{
"tag": "cf",
"address": "https://1.1.1.1/dns-query"
},
{
"tag": "local",
"address": "223.5.5.5",
"detour": "direct"
},
{
"tag": "block",
"address": "rcode://success"
}
],
"rules": [
{
"geosite": "category-ads-all",
"server": "block",
"disable_cache": true
},
{
"outbound": "any",
"server": "local"
},
{
"geosite": "cn",
"server": "local"
}
],
"strategy": "ipv4_only"
},
"inbounds": [
{
"type": "tun",
"inet4_address": "172.19.0.1/30",
"auto_route": true,
"strict_route": false,
"sniff": true
}
],
"outbounds": [
{
"type": "hysteria2",
"tag": "proxy",
"server": "23.94.43.18",
"server_port": 443,
"up_mbps": 40,
"down_mbps": 100,
"password": "11241124",
"tls": {
"enabled": true,
"server_name": "cloudflare.com",
"insecure": true
}
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"geosite": "cn",
"geoip": [
"private",
"cn"
],
"outbound": "direct"
},
{
"geosite": "category-ads-all",
"outbound": "block"
}
],
"auto_detect_interface": true
}
}

0 comments on commit 624f2ca

Please sign in to comment.