birkhoff

Results 76 comments of birkhoff

可以 iptables 或者給 container 設置靜態 ip 然後改路由表

You can use proxy chain feature to relay your connections to Internet proxy servers via your HTTP proxy

去看 connections。已经建立的连接不会被打断,可以手动 close 或者重启 clash

可以把 subscription info 放在一個單獨的 invalid proxy name 裡面,然後用 api 讀取他

估计不会实现,自己写 shell script 比较实际咯 把 vpn 换成一个 proxy group,在 shell script 里呼叫 external controller api 切换这个 proxy group 的 proxy(vpn 跟 DIRECT)

https://github.com/Dreamacro/clash/wiki/Examples#use-with-openconnect

请提供 `nslookup baidu.com` `nslookup dns.google` 跟 `curl -v https://dns.google/dns-query` 的输出,nslookup 超时可能是 alpine 老毛病了

这里是 Clash core,建议 ClashX 相关问题在 https://github.com/yichengchen/clashX/discussions 讨论

```yaml mode: rule tun: enable: true stack: system auto-route: true auto-detect-interface: true auto-redir: enable: true auto-route: true dns: enable: true listen: 0.0.0.0:53 default-nameserver: - 114.114.114.114 enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 nameserver:...