文章介绍:以下内容是个人使用的标准DNS分流模板,通过谷歌+官网配置文档综合而成,已经试运行20多天,功能皆满足日常使用,今天来分享一下关于smartdns在ubuntu中的具体配置方式,如果感兴趣可以进交流群互助。 一、安装 下载参考文档 安装参考文档 1.1、install安装 如果你的系统是ubuntu或者debian可以直接一条命令安装。 sudo apt-get install -y smartdns 1.2、deb包安装pymumu/smartdns 可以通过 uname -m 命令查看系统是什么架构,比如我的是x86_64位。 root@test-server:~# uname -mx86_64 wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.x86_64-debian-all.deb 安装deb包命令。 dpkg -i smartdns.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.x86-debian-all.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.arm-debian-all.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/do...