學術及資源的交流園地 ^_^

lighttpd

 

 

安裝

apt-get install lighttpd

  • lighttpd
  • spawn-fcgi

 

查看

lighttpd -v

lighttpd/1.4.28 (ssl) - a light and fast webserver
Build-Date: Dec 20 2011 22:59:43

 


 

 

lighttpd-disable-mod

lighttpd-enable-mod

 


 

設定

 

PowerDNS

最後更新: 2018-03-28

目錄

介紹

pdns 一共分兩部份, 分別是

  • Authoritative Server (no way to pollute the cache): 負責本地的 Domain
  • Recursor (consult other authoritative servers): 它用來解釋其他不是本地的 Domain

由它的結構及 Source code 的行數(10,000) 可知, 它比 Bind 更為安全

GUI 介面

poweradmin(https://www.poweradmin.org)

 

nsupdate

 

nsupdate ------RFC 2136 (dynamic DNS updates ) -----> DNS-Server

DNSSEC

 

 

# nsupdate
> server ns.mydns.com
> update delete oldhost.example.com. A
> update add newhost.example.com. 86400 A 192.168.254.117
> send
> quit

 


 

$ dnssec-keygen -a hmac-md5 -b 128 -n HOST ???

ddclient

 

Perl based

/etc/ddclient.conf

RSS feed