yum -y install epel-release
yum -y install pdns-recursor
配置檔案:
#主配置檔案內容
[root@study06 ~]# egrep -v '^#|^$' /etc/pdns-recursor/recursor.conf
setuid=pdns-recursor
setgid=pdns-recursor
auth-zones= localhost=/etc/pdns-recursor/named.localhost,1.0.0.127.in-addr.arpa=/etc/pdns-recursor/named.loopback
config-dir=/etc/pdns-recursor
daemon=yes
etc-hosts-file=/etc/pdns-recursor/dns-hosts.local
export-etc-hosts=on
forward-zones-file=/etc/pdns-recursor/zones.txt
hint-file=/etc/pdns-recursor/named.ca
local-address= 0.0.0.0
lua-dns-script=/etc/pdns-recursor/pdns-recursor-3.x.lua
packetcache-servfail-ttl=0
processes=1
quiet=off
server-down-max-fails=0
threads=24
trace=on
# 區域網內的固定解析
vim /etc/pdns-recursor/dns-hosts.local
192.168.31.1 www.test.com #指定內網解析格式
#需要**的解析,dns上級位址可根據需求更換。
vim /etc/pdns-recursor/zones.txt
# 內舉例
+yundunddos.com=219.141.136.10,219.141.140.10, 114.114.114.114
# 外舉例
+zaobao.com=8.8.8.8,8.8.4.4,208.67.222.222, 208.67.220.220
#未匹配上,預設
#+.=219.141.136.10,219.141.140.10,119.29.29.29,8.8.8.8,8.8.4.4,208.67.222.222,208.67.220.220
#+.=219.141.136.10,219.141.140.10,119.29.29.29,114.114.114.114,114.114.115.115,8.8.8.8,8.8.4.4,208.67.222.222,208.67.220.220
+.=219.141.136.10,219.141.140.10,119.29.29.29,114.114.114.114,114.114.115.115
tips:帶加號開頭為遞迴解析,不帶+號開頭為迭代解析。
區域網一般以上三個配置檔案配置好可滿足使用了,至於如下幾個配置檔案建立空檔案佔位保證服務可啟動即可。
named.ca named.localhost named.loopback
windows git daemon 伺服器搭建
安裝git 使用不再贅 在資料夾repo 中執行git init新建git倉庫 在 repo目錄下執行git config local receive.denycurrentbranch updateinstead執行git config global sendpack.sideband false...
RabbitMQ在Windows下服務搭建
進行安裝,配置環境變數 erlang home c program files erl8.2 path下添 erlang home bin 進行安裝,配置環境變數 rabbitmq base c program files rabbitmq server rabbitmq server 3.6.6 ...
自搭ngrok伺服器
在阿里雲伺服器自己搭 ngrok 的伺服器,步驟基本跟著 1,2 一步步來,本人需要用到 這裡僅提幾點注意 我那個阿里雲伺服器有個網域名稱,在管理頁可以看的,生成證書時設定export ngrok domain 那個網域名稱 就是用這個網域名稱,後面 ngrokd 的執行引數 client 端的配置...