Add files via upload

This commit is contained in:
n3rddd 2024-06-30 15:16:51 +08:00 committed by GitHub
parent 0046245193
commit f541943d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 36 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -77,6 +77,17 @@
"independent_cache": true
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "0.0.0.0",
"listen_port": 10172,
"tcp_fast_open":true,
"sniff": false,
"sniff_override_destination": false,
"domain_strategy": "prefer_ipv4",
"set_system_proxy": false
},
{
"type": "socks",
"tag": "socks-in",
@ -89,9 +100,20 @@
},
{
"type": "mixed",
"tag": "mixed-in",
"tag": "mixed-in2",
"listen": "0.0.0.0",
"listen_port": 10172,
"listen_port": 10174,
"tcp_fast_open":true,
"sniff": false,
"sniff_override_destination": false,
"domain_strategy": "prefer_ipv4",
"set_system_proxy": false
},
{
"type": "mixed",
"tag": "mixed-in3",
"listen": "0.0.0.0",
"listen_port": 10175,
"tcp_fast_open":true,
"sniff": false,
"sniff_override_destination": false,
@ -148,6 +170,18 @@
"ip_is_private": true,
"outbound": "direct"
},
{
"inbound":[
"mixed-in2"
],
"outbound":"select2"
},
{
"inbound":[
"mixed-in3"
],
"outbound":"select3"
},
{
"clash_mode": "Direct",
"outbound": "direct"