使用 clash docker 做透明网关
之前一直使用 OpenWrt 旁路由的方式来翻墙,但 OpenWrt 本身不够稳定,并且我长期处于只使用 OpenWrt 其中的一个插件的状态,所以决定开一台虚拟机来体验下使用 Clash 作为透明网关
先给出(从同事那借来的)配置:
version: "3"
services:
# Enable ip_forward - https://askubuntu.com/a/311054
# For Ubuntu Server, you also need to disable syste...
blog.lbj.moe2 min read