remove trash example

This commit is contained in:
wyx2685
2025-07-19 04:05:59 +09:00
parent 63d88843b6
commit 4c7b9f5eb9
3 changed files with 16 additions and 289 deletions

View File

@@ -7,14 +7,15 @@
{
"Type": "sing",
"Log": {
"Level": "error",
"Level": "info",
"Timestamp": true
},
"NTP": {
"Enable": true,
"Enable": false,
"Server": "time.apple.com",
"ServerPort": 0
}
},
"OriginalPath": "/etc/V2bX/sing_origin.json"
}
],
"Nodes": [
@@ -27,20 +28,18 @@
"Timeout": 30,
"ListenIP": "0.0.0.0",
"SendIP": "0.0.0.0",
"EnableProxyProtocol": false,
"EnableDNS": true,
"DomainStrategy": "ipv4_only",
"LimitConfig": {
"EnableRealtime": false,
"SpeedLimit": 0,
"IPLimit": 0,
"ConnLimit": 0,
"EnableDynamicSpeedLimit": false,
"DynamicSpeedLimitConfig": {
"Periodic": 60,
"Traffic": 1000,
"SpeedLimit": 100,
"ExpireTime": 60
"DeviceOnlineMinTraffic": 200,
"TCPFastOpen": false,
"SniffEnabled": true,
"CertConfig": {
"CertMode": "self",
"RejectUnknownSni": false,
"CertDomain": "example.com",
"CertFile": "/etc/V2bX/fullchain.cer",
"KeyFile": "/etc/V2bX/cert.key",
"Provider": "cloudflare",
"DNSEnv": {
"EnvName": "env1"
}
}
}