随笔分类 -  dns

dns服务器相关
摘要:Centos7添加域名服务器地址 添加域名服务器地址 vim /etc/resolv.conf 云主机里面原本的域名服务器地址不要动,直接换行新增下面的这两条记录 #主DNS服务器 nameserver 114.114.114.114 #备用DNS服务器(当然也可以是自己部署的域名私有服务器) na 阅读全文
posted @ 2020-07-11 21:24 itwetouch 阅读(2879) 评论(0) 推荐(0) 编辑
摘要:相关配置和脚本 目录结构 # 位于/home/dns目录下 coredns_stand-alone . ├── compose-coredns.yaml ├── coredns │ └── conf │ └── Corefile ├── etcd │ ├── certs │ │ ├── ca-con 阅读全文
posted @ 2020-05-27 08:58 itwetouch 阅读(1018) 评论(0) 推荐(0) 编辑
摘要:单机配置 安装etcd 1、安装 yum install etcd -y 2、启动 systemctl start etcd 3、设置开机启动 systemctl enable etcd 4、开放远程 vi /etc/etcd/etcd.conf 配置如下(监听任意的ip,这样才能在外部访问,后续会 阅读全文
posted @ 2019-12-16 21:37 itwetouch 阅读(1136) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示