删除配置文件
This commit is contained in:
parent
3c87c53569
commit
933397bb64
@ -1,53 +0,0 @@
|
||||
{
|
||||
"log": {
|
||||
"level": "info",
|
||||
"timestamp": true
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tuic",
|
||||
"tag": "tuic-in",
|
||||
"listen": "::",
|
||||
"listen_port": 8443,
|
||||
"users": [
|
||||
{
|
||||
"name": "user1",
|
||||
"uuid": "你的UUID",
|
||||
"password": "你的密码"
|
||||
}
|
||||
],
|
||||
"congestion_control": "bbr",
|
||||
"auth_timeout": "3s",
|
||||
"zero_rtt_handshake": false,
|
||||
"heartbeat": "10s",
|
||||
"tls": {
|
||||
"enabled": true,
|
||||
"server_name": "bing.com",
|
||||
"alpn": [
|
||||
"h3"
|
||||
],
|
||||
"key_path": "/etc/sing-box/tls/server.key",
|
||||
"certificate_path": "/etc/sing-box/tls/server.crt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"type": "direct",
|
||||
"tag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"tag": "block"
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"rules": [
|
||||
{
|
||||
"ip_is_private": true,
|
||||
"outbound": "block"
|
||||
}
|
||||
],
|
||||
"final": "direct"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user