mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
115 lines
2.0 KiB
JSON
115 lines
2.0 KiB
JSON
{
|
|
"log": {
|
|
"disabled": false,
|
|
"level": "warn",
|
|
"output": "__TEST_ROOT__/var/run/homeproxy/sing-box-c.log",
|
|
"timestamp": true
|
|
},
|
|
"ntp": {
|
|
"enabled": true,
|
|
"server": "time.apple.com",
|
|
"detour": "direct-out",
|
|
"domain_resolver": "default-dns"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"tag": "default-dns",
|
|
"type": "udp",
|
|
"server": "223.5.5.5",
|
|
"detour": "direct-out"
|
|
},
|
|
{
|
|
"tag": "system-dns",
|
|
"type": "local",
|
|
"detour": "direct-out"
|
|
}
|
|
],
|
|
"strategy": "ipv4_only",
|
|
"final": "default-dns"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "dns-in",
|
|
"listen": "::",
|
|
"listen_port": 5333
|
|
},
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen": "::",
|
|
"listen_port": 5330,
|
|
"sniff": true,
|
|
"sniff_override_destination": true,
|
|
"set_system_proxy": false
|
|
},
|
|
{
|
|
"type": "redirect",
|
|
"tag": "redirect-in",
|
|
"listen": "::",
|
|
"listen_port": 5331,
|
|
"sniff": true,
|
|
"sniff_override_destination": true
|
|
},
|
|
{
|
|
"type": "tproxy",
|
|
"tag": "tproxy-in",
|
|
"listen": "::",
|
|
"listen_port": 5332,
|
|
"network": "udp",
|
|
"sniff": true,
|
|
"sniff_override_destination": true
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct-out",
|
|
"routing_mark": 100
|
|
},
|
|
{
|
|
"type": "block",
|
|
"tag": "block-out"
|
|
},
|
|
{
|
|
"type": "shadowsocks",
|
|
"tag": "Rule Node",
|
|
"routing_mark": 100,
|
|
"server": "rule-node.example",
|
|
"server_port": 8388,
|
|
"password": "rule-node-password",
|
|
"method": "2022-blake3-aes-128-gcm"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"inbound": "dns-in",
|
|
"action": "hijack-dns"
|
|
},
|
|
{
|
|
"domain_suffix": [
|
|
"example.com"
|
|
],
|
|
"action": "route",
|
|
"outbound": "Rule Node"
|
|
}
|
|
],
|
|
"rule_set": [
|
|
],
|
|
"auto_detect_interface": true,
|
|
"default_domain_resolver": {
|
|
"action": "resolve",
|
|
"server": "default-dns"
|
|
},
|
|
"final": "direct-out"
|
|
},
|
|
"experimental": {
|
|
"cache_file": {
|
|
"enabled": true,
|
|
"path": "__TEST_ROOT__/var/run/homeproxy/cache.db"
|
|
}
|
|
}
|
|
}
|