tips:dns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:dns [2017/03/01 12:58] scipiotips:dns [2021/09/30 12:10] (current) scipio
Line 1: Line 1:
 ====== DNS ====== ====== DNS ======
 +
 +===== certbot integration =====
 +
 +  * https://wiki.archlinux.org/title/Certbot#Configure_BIND_for_rfc2136
 +
 +generate tsig key
 +<code>
 +tsig-keygen -a HMAC-SHA512 galileo-tsig-key
 +</code>
 +
 +enable rfc2136 updates on domain in /etc/bind/named.conf.local
 +<code>
 +zone "nawigare.it" {
 +    ......
 +            
 +    // this is for certbot
 +    check-names warn;
 +    update-policy {
 +        grant galileo-tsig-key name _acme-challenge.nawigare.it. txt;
 +        };
 +    };
 +</code>
 +
 +
  
 ===== galileo ===== ===== galileo =====
Line 16: Line 40:
  
   * https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns   * https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns
 +
 +===== DMARC =====
 +
 +Start with https://docs.iredmail.org/setup.dns.html
  • tips/dns.1488369488.txt.gz
  • Last modified: 2017/03/01 12:58
  • by scipio