摘要: CoreDNS使用ETCD存储主机记录。etcd安装略过。 Corefile内容 .:53 { # 绑定本机IP bind 192.168.1.2 # etcd地址 etcd { path /coredns endpoint http://192.168.1.2:2379 fallthrough } 阅读全文
posted @ 2025-07-18 17:16 荒川之主 阅读(10) 评论(0) 推荐(0)