mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-12-17 04:11:58 -05:00
add:momo_config
fmt:config_style
This commit is contained in:
19
config/client/shellcrash/4_inbounds.json
Normal file
19
config/client/shellcrash/4_inbounds.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user