unbound配置redis
引用文档里面的一句话,大概意思是要在编译时加--enable-cachedb参数 The Cache DB module must be configured in the module-config:directive, e.g.: module-config: 'validator cachedb iter...
获取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...