Loading...
为了下次更快打开本网站,建议在浏览器添加书签收藏本网页。
servermount /dev/cdrom /mnt/cdrom yum install -y chrony cd /etc/ echo n | cp...
servershell yum install -y unbound cd /etc/unbound/ echo n | cp -i unbound.c...
添加映射listenaddress 本机监听ip地址connectaddress 远程连接地址netsh interface portproxy add ...
1.关闭防火墙和selinuxiptables -F iptables -X iptables -Z iptables -save2.修改内核配置unam...
import logging import os import time LOG_DIR = './logs' if not os.path.exis...