Step1. 执行如下命令
wget -qO- https://raw.githubusercontent.com/JasonHe/ddns/main/ddns.sh | bash
Step2. 打开 http://IP:9876 即可进入可视化配置
脚本地址:https://github.com/jeessy2/ddns-go
一个没有什么营养价值的个人站点
来自 [猫儿扛着枪] 的全部文章
Step1. 执行如下命令
wget -qO- https://raw.githubusercontent.com/JasonHe/ddns/main/ddns.sh | bash
Step2. 打开 http://IP:9876 即可进入可视化配置
脚本地址:https://github.com/jeessy2/ddns-go
[root@hadoop102 ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
–2018-10-09 14:22:53– http://mirrors.aliyun.com/repo/Centos-6.repo
正在解析主机 mirrors.aliyun.com… 失败:域名解析暂时失败。
wget: 无法解析主机地址 “mirrors.aliyun.com”
DNS有问题,之前手动配置DNS导致,执行如下内容(8.8.8.8是谷歌提供的)
echo 'nameserver 8.8.8.8'>>/etc/resolv.conf
DNS可以换其他的