xiaoxiaobai (@posture0939) 在 singbox 在win11上使用system stack,无法联网 中发帖
使用1.11内核,win11上跑,目前入站配置如下:
“inbounds”: [
{
“type”: “tun”,
“tag”: “tun-in”,
“interface_name”: “singbox-tun”,
“address”: [
“172.19.0.1/30”,
“fdfe:dcba:9876::1/126”
],
“mtu”: 9000,
“auto_route”: true,
“strict_route”: true,
“route_exclude_address_set”: [
“geoip-cn”
],
“stack”: “system”,
“platform”: {
“http_proxy”: {
“enabled”: true,
“server”: “127.0.0.1”,
“server_port”: 2080
}
} ...