feat(server/ddns): implement DDNS support using inadyn
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
90bac3a306
commit
4d84398657
4 changed files with 66 additions and 0 deletions
roles/server/ddns/templates
15
roles/server/ddns/templates/inadyn.conf
Normal file
15
roles/server/ddns/templates/inadyn.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
period = 300
|
||||
allow-ipv6 = true
|
||||
|
||||
provider cloudflare.com:1 {
|
||||
username = mfocko.xyz
|
||||
password = {{ cloudflare_token }}
|
||||
hostname = mountainside.mfocko.xyz
|
||||
}
|
||||
|
||||
provider cloudflare.com:2 {
|
||||
username = mfocko.xyz
|
||||
password = {{ cloudflare_token }}
|
||||
hostname = mountainside.mfocko.xyz
|
||||
wildcard = true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue