1
vvanglro 4 小时 1 分钟前
|
2
ififi 4 小时 1 分钟前
用这种订阅链接面板吧。还可以一键自建。https://sublink.works/
|
3
AnQiYang 3 小时 58 分钟前
这种设置能提速?什么原理啊
|
4
SenLief 3 小时 50 分钟前
那是你节点不行,和配置有什么关系
|
5
spirodelazz 3 小时 48 分钟前
```
sniffer: enable: true sniff: HTTP: ports: [80, 8080-8880] override-destination: true TLS: ports: [443, 8443] QUIC: ports: [443, 8443] skip-domain: # Android / 国产推送 - "dlg.io.mi.com" - "+.oppo.com" - "+.vivo.com" - "+.vivo.com.cn" - "+.mcs.msg.vivo.com.cn" - "+.push.vivo.com.cn" # Apple Push - "+.push.apple.com" # Google / FCM - "mtalk.google.com" - "+.mtalk.google.com" - "alt1-mtalk.google.com" # 局域网/本地 - "+.local" - "*.lan" dns: enable: true ipv6: false cache: true use-hosts: true respect-rules: true cache-algorithm: arc enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 fake-ip-filter: - "*.lan" - "+.local" - "localhost.*" - "time.*.com" - "ntp.*.com" - "stun.*.*" - "stun.*.*.*" - "mtalk.google.com" - "+.push.apple.com" - "+.msftconnecttest.com" - "+.msftncsi.com" - "geosite:private" default-nameserver: - 223.5.5.5 - 119.29.29.29 - tls://223.5.5.5 nameserver: - https://1.1.1.1/dns-query - https://8.8.8.8/dns-query proxy-server-nameserver: - https://dns.alidns.com/dns-query - https://doh.pub/dns-query direct-nameserver: - system - https://dns.alidns.com/dns-query - https://doh.pub/dns-query direct-nameserver-follow-policy: false ``` 我的兜底是代理 |
6
lemonshuo 3 小时 44 分钟前
stack 改为 mixed 不行在换 gvisor 如果没有变化就是线路太拉 一般和 tun 没关系, 另外 这些配置其实自己搜一下都很容易理解的 别人的配置不一定适合自己 自己改过的才适合自己
|