🟢Linux clash 使用tun模式
编写配置文件
dns:
enable: true
listen: 0.0.0.0:54
enhanced-mode: fake-ip
nameserver:
- 1.1.1.1
- 8.8.8.8
tun:
enable: true
stack: system # or gvisor
dns-hijack:
- 192.168.100.1:54
auto-route: true
auto-detect-interface: true
Last updated