排序
AdGuardHome配置
上游 DNS 服务器 tls://dot.360.cn https://doh.360.cn/dns-query tls://dns.pub https://dns.pub/dns-query tls://dns.alidns.com https://dns.alidns.com/dns-query tls://dns.ipv6dns.com ht...
adguardhome部署无污染DNS
安装AdGaurdHome 自行搜索,本站提供部署教程 实现原理 使用境外DNS虽然可以实现DNS不被污染,但是缺点也非常明显,非常慢、容易把国内站点解析到海外节点上面去、对CDN不友好。根据[/example.l...
获取hostloc帖子API实现
package main import ( 'fmt' 'log' 'net/http' 'github.com/antchfx/htmlquery' 'github.com/gin-gonic/gin' ) func getvalue(pages string) []interface{} { var data map[string]inter...