diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-04 01:40:27 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-04 01:40:27 -0500 |
commit | fdd85fb7355d43cf185d79d1f35de9d7d647e0c5 (patch) | |
tree | fe8c902bdc774267f69a0914736e1be2695ff309 /roles/nameservers/templates | |
parent | e67eff6accda5ca38b558ebf0f799993d0f3aaee (diff) | |
download | oldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.tar.gz oldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.zip |
add sso login
Diffstat (limited to 'roles/nameservers/templates')
-rw-r--r-- | roles/nameservers/templates/db.simponic.xyz.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nameservers/templates/db.simponic.xyz.j2 b/roles/nameservers/templates/db.simponic.xyz.j2 index db3b70b..5861870 100644 --- a/roles/nameservers/templates/db.simponic.xyz.j2 +++ b/roles/nameservers/templates/db.simponic.xyz.j2 @@ -1,6 +1,6 @@ $TTL 604800 @ IN SOA {{ dns_primary_hostname }}.simponic.xyz. admin.simponic.xyz. ( - {{ ansible_date_time.epoch }} ; Serial + {{ ansible_date_time.epoch }} ; Serial 86400 ; Refresh 86400 ; Retry 2419200 ; Expire @@ -30,7 +30,7 @@ www.simponic.xyz. 1 IN CNAME simponic.xyz. s1._domainkey.simponic.xyz. 1 IN CNAME s1.domainkey.u25709709.wl210.sendgrid.net. s2._domainkey.simponic.xyz. 1 IN CNAME s2.domainkey.u25709709.wl210.sendgrid.net. headscale.simponic.xyz. 1 IN CNAME nijika.simponic.xyz. -authentik.simponic.xyz. 1 IN CNAME nijika.simponic.xyz. +authelia.simponic.xyz. 1 IN CNAME nijika.simponic.xyz. ;; MX Records simponic.xyz. 1 IN MX 10 mail.simponic.xyz. |