Antibiotics自己配置的sing-box的tun模式没法联网 新手求助 中发帖

RT,昨天买了一台vps弄了一个hysteria2节点,服务器上直接照着官方文档 搓了一份配置,大概长这样 
listen: :443
disableUDP: false
udpIdleTimeout: 60s

acme:
domains:
- ....
email: ....

auth:
type: password
password: ....

masquerade:
type: proxy
proxy:
url: ....
rewriteHost: true

obfs:
type: salamander
salamander:
password: ....

resolver:
type: https
https:
addr: 1.1.1.1:443
timeout: 10s
s...