linux配置clash踩坑集锦
- 报错:invalid mode
解决方案:换个clash版本,建议使用最新版本
- Initial configuration directory error: can’t initial MMDB: can’t download MMDB
解决方案:无法从命令行下载mmdb,建议直接从浏览器下载,下载好后放进clash文件夹即可
- Failed to start Redir UDP Listener: operation not permitted
解决方案:权限不够,使用sudo启动
- Start DNS server error: listen udp 0.0.0.0:53: bind: permission denied
解决方案:换个端口号,在配置文件中查找dns,将listen属性中的0.0.0.0:53修改为0.0.0.0:54或者其他
- error: unsupported rule type RULE-SET
解决方案:注释掉配置文件中与RULE-SET相关的内容