home.router: fix dyndns hostname
This commit is contained in:
parent
53e189c644
commit
527181bba8
1 changed files with 3 additions and 3 deletions
|
@ -133,13 +133,13 @@ nodes['home.router'] = {
|
||||||
'interface': 'enp1s0.100',
|
'interface': 'enp1s0.100',
|
||||||
'dyndns': {
|
'dyndns': {
|
||||||
'domain': 'franzi-home.kunbox.net',
|
'domain': 'franzi-home.kunbox.net',
|
||||||
'url': 'https://ns-1.kunbox.net/nic/update?hostname=franzi-home.kunbox.net&myip={ip}',
|
'url': 'https://ns-primary.kunbox.net/nic/update?hostname=franzi-home.kunbox.net&myip={ip}',
|
||||||
'username': vault.decrypt('encrypt$gAAAAABfr8DLAJhmUIhdxLq83I8MnRRvkRgDZcO8Brvw1KpvplC3K8ZGj0jIIWD3Us33vIP6t0ybd_mgD8slpRUk78Kqd3BMoQ=='),
|
'username': vault.decrypt('encrypt$gAAAAABfr8DLAJhmUIhdxLq83I8MnRRvkRgDZcO8Brvw1KpvplC3K8ZGj0jIIWD3Us33vIP6t0ybd_mgD8slpRUk78Kqd3BMoQ=='),
|
||||||
'password': vault.decrypt('encrypt$gAAAAABfr8Cq5M1hweeJTQAl0dLhFntdlw-QnkIYUQpY-_ycODVWOpyeAwjwOgWLSdsdXIUvqcoiXPZPV-BE12p5C42NGnj9r7sKYpoGz8xfuGIk6haMa2g='),
|
'password': vault.decrypt('encrypt$gAAAAABfr8Cq5M1hweeJTQAl0dLhFntdlw-QnkIYUQpY-_ycODVWOpyeAwjwOgWLSdsdXIUvqcoiXPZPV-BE12p5C42NGnj9r7sKYpoGz8xfuGIk6haMa2g='),
|
||||||
},
|
},
|
||||||
'nftables-rules.d': {
|
'nftables-rules.d': {
|
||||||
'inet filter forward iif enp1s0.23 oif $INTERFACE accept',
|
'inet filter forward iifname enp1s0.23 oif $INTERFACE accept',
|
||||||
'inet filter forward iif enp1s0.42 accept',
|
'inet filter forward iifname enp1s0.42 accept',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'unbound': {
|
'unbound': {
|
||||||
|
|
Loading…
Reference in a new issue