User Tools

Site Tools


apps:powerdns:dyndns

Differences

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

Link to this comparison view

Next revision
Previous revision
apps:powerdns:dyndns [2020-09-28 23:13] – created Manuel Freiapps:powerdns:dyndns [2020-09-29 11:44] (current) Manuel Frei
Line 39: Line 39:
 <code> <code>
 pdnsutil add-meta dyn.example.com TSIG-ALLOW-DNSUPDATE foobar pdnsutil add-meta dyn.example.com TSIG-ALLOW-DNSUPDATE foobar
 +</code>
 +
 +Before the TSIG, the source ip address will be checked. Because a TSIG key is required, all ip addresses can be allowed.
 +<code>
 +pdnsutil add-meta dyn.example.com ALLOW-DNSUPDATE-FROM 0.0.0.0/0
 +pdnsutil add-meta dyn.example.com ALLOW-DNSUPDATE-FROM ::/0
 </code> </code>
  
Line 50: Line 56:
  
 This can be combined with TSIG, then both requirements have to match (ip address and key). This can be combined with TSIG, then both requirements have to match (ip address and key).
 +
 +===== Client Configuration =====
 +==== OPNsense ====
 +
 +{{:apps:powerdns:opnsense_rfc2136_client.png|}}
apps/powerdns/dyndns.1601327616.txt.gz · Last modified: 2020-09-28 23:13 by Manuel Frei