arch-config/sing-box-03.json

99 lines
1.8 KiB
JSON

{
"log": {
"disabled": false,
"level": "debug",
//"output": "box.log",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "google",
"type": "tls",
"server": "8.8.8.8"
},
{
"tag": "local",
"type": "udp",
"server": "223.5.5.5"
}
],
"strategy": "ipv4_only"
},
"inbounds": [
{
"type": "tun",
"address": ["172.19.0.1/30"],
"auto_route": true,
"auto_redirect": true,
"strict_route": true
}
],
"outbounds": [
{
"type": "vless",
"tag": "vless-out",
"server": "fxck.ipv64.net",
"server_port": 443,
"uuid": "",
"flow": "",
// "network": "",
"tls": {
"enabled": true,
"disable_sni": false,
"server_name": "valtioneuvosto.fi",
"insecure": false,
"alpn": [],
"min_version": "",
"max_version": "",
"cipher_suites": [],
"curve_preferences": [],
"certificate": "",
"certificate_path": "",
"certificate_public_key_sha256": [],
"fragment": false,
"record_fragment": false,
"ech": {
"enabled": false,
"config": [],
"config_path": "",
"pq_signature_schemes_enabled": false,
"dynamic_record_sizing_disabled": false
},
"utls": {
"enabled": true,
"fingerprint": "chrome"
},
"reality": {
"enabled": true,
"public_key": "",
"short_id": ""
}
},
"packet_encoding": "xudp",
"multiplex": {},
"transport": {},
"udp_fragment": true,
}
],
"route": {
"rules": [
{
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"ip_is_private": true,
"outbound": "direct"
}
],
"default_domain_resolver": "google",
"auto_detect_interface": true
}
}