Files
my-singbox-example/config/client/shellcrash/4_inbounds.json
dichgrem b734d178be add:momo_config
fmt:config_style
2025-12-04 10:15:46 +08:00

19 lines
417 B
JSON

{
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "0.0.0.0",
"listen_port": 2080
},
{
"type": "tun",
"tag": "tun-in",
"inet4_address": "172.19.0.1/30",
"auto_route": true,
"strict_route": true,
"stack": "mixed",
"sniff": true
}
]
}