diff --git a/docs/config/more.md b/docs/config/more.md new file mode 100644 index 0000000..01a85c7 --- /dev/null +++ b/docs/config/more.md @@ -0,0 +1,19 @@ +--- +hide: + - toc +--- + +# 更多指导参考 + +下列指导参考来自smartdns的粉丝用户,感谢他们的付出。排名不分先后。 + +|标题|说明|链接|作者| +|--|--|--|--| +|SmartDNS从入门到精通|smartdns视频指导,视频中的smartdns非最新版本,使用上稍有差异。|[SmartDNS从入门到精通(一)](https://www.youtube.com/watch?v=f5Wxnyy3SjI)
[SmartDNS从入门到精通(二)](https://www.youtube.com/watch?v=W2SO1jWmP6M)
[SmartDNS从入门到精通(三)](https://www.youtube.com/watch?v=x4C85Zc5wuk)
[SmartDNS从入门到精通(四)](https://www.youtube.com/watch?v=f2AVMR8OGlA)
[SmartDNS从入门到精通(五)](https://www.youtube.com/watch?v=nkVO_MYXX1U)
[SmartDNS从入门到精通(六)](https://www.youtube.com/watch?v=TIvTiDAQGCE)
|心泽 +|pikuzheng的wiki|包含了编译,使用参考等指导|[pikuzheng的wiki](https://github.com/PikuZheng/smartdns/wiki)|PikuZheng +|来,教你用超简易的方法实现 SmartDNS 分组,让 DNS 解析内外完全分离,简单易懂|分组使用的一个参考|[来,教你用超简易的方法实现 SmartDNS 分组,让 DNS 解析内外完全分离,简单易懂](https://www.right.com.cn/forum/thread-4244241-1-1.html)|lriigiht +|smartdns分流ipv6|分流使用的一个参考|[smartdns分流ipv6](https://www.bandwh.com/net/95.html)|BandWh.com +|关于smartdns的一些个人理解|帖子作者的心得|[关于smartdns的一些个人理解](https://www.right.com.cn/forum/thread-8233913-1-1.html)|nakesa +|Smartdns+aadguardhome+passwall开启去广告加速解析|多软件配合例子1|[Smartdns+aadguardhome+passwall开启去广告加速解析](https://www.right.com.cn/forum/thread-3474677-1-1.html)|粉红妞妞 +|SmartDNS+AdGuard Home+“师夷长技以制夷”去广告净化网络|多软件配合例子2|[SmartDNS+AdGuard Home+“师夷长技以制夷”去广告净化网络](https://www.right.com.cn/forum/thread-8237251-1-1.html)|460585835 +|旁路由smartdns+Adguard Home+pass*wall联动,净化网络、提高效率|多软件配合例子3|[旁路由smartdns+Adguard Home+pass*wall联动,净化网络、提高效率](https://www.right.com.cn/forum/thread-5972643-1-1.html)|x.lethe diff --git a/mkdocs.yml b/mkdocs.yml index b7d89df..4189068 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -98,6 +98,7 @@ nav: - IP规则: 'config/ip-rule.md' - 白名单分流请求: 'config/forwarding-with-ipset.md' - EDNS客户端子网: 'config/edns-client-subnet.md' + - 更多指导: 'config/more.md' - 配置选项: 'configuration.md' - 编译: 'compile.md' - 常见问题: 'faq.md'