labolyon.fr: add missing CNAMEs and DNS entries #3
+17
-9
@@ -1,7 +1,7 @@
|
|||||||
$TTL 86400
|
$TTL 86400
|
||||||
$ORIGIN labolyon.fr.
|
$ORIGIN labolyon.fr.
|
||||||
@ 14400 IN SOA dns.labolyon.fr. contact.labolyon.fr. (
|
@ 14400 IN SOA dns.labolyon.fr. contact.labolyon.fr. (
|
||||||
2025072805 ; Serial
|
2025072806 ; Serial
|
||||||
4H ; refresh after 4 hour
|
4H ; refresh after 4 hour
|
||||||
1H ; retry after 1 hour
|
1H ; retry after 1 hour
|
||||||
3W ; expire after 3 weeks
|
3W ; expire after 3 weeks
|
||||||
@@ -18,27 +18,35 @@ listes IN MX 5 mx1.infini.fr.
|
|||||||
|
|
||||||
;; Public IPv4
|
;; Public IPv4
|
||||||
@ IN A 82.66.168.191
|
@ IN A 82.66.168.191
|
||||||
* IN A 82.66.168.191
|
|
||||||
chat IN A 82.66.168.191
|
chat IN A 82.66.168.191
|
||||||
cloud IN A 82.66.168.191
|
|
||||||
dns IN A 82.66.168.191
|
|
||||||
mail IN A 82.66.168.191
|
mail IN A 82.66.168.191
|
||||||
|
monitoring IN A 82.66.168.191
|
||||||
mx2 IN A 46.23.92.161
|
mx2 IN A 46.23.92.161
|
||||||
|
reverse-proxy IN A 82.66.168.191
|
||||||
|
vincent marked this conversation as resolved
Outdated
|
|||||||
sso IN A 82.66.168.191
|
sso IN A 82.66.168.191
|
||||||
wiki IN A 82.66.168.191
|
|
||||||
|
|
||||||
;; Public IPv6
|
;; Public IPv6
|
||||||
@ IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
@ IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
||||||
www IN CNAME labolyon.fr.
|
|
||||||
chat IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
chat IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
||||||
cloud IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
|
||||||
dn42 IN AAAA 2a01:e0a:a8e:4e53:be24:11ff:fe25:f71a
|
dn42 IN AAAA 2a01:e0a:a8e:4e53:be24:11ff:fe25:f71a
|
||||||
dns IN AAAA 2a01:e0a:a8e:4e51:be24:11ff:feca:bdc9
|
dns IN AAAA 2a01:e0a:a8e:4e51:be24:11ff:feca:bdc9
|
||||||
git IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
mail IN AAAA 2a01:e0a:a8e:4e51:be24:11ff:fe94:fe80
|
||||||
monitoring IN AAAA 2a01:e0a:a8e:4e51:be24:11ff:feec:b6a1
|
monitoring IN AAAA 2a01:e0a:a8e:4e51:be24:11ff:feec:b6a1
|
||||||
mx2 IN AAAA 2a03:6000:6f73:622::161
|
mx2 IN AAAA 2a03:6000:6f73:622::161
|
||||||
|
vincent marked this conversation as resolved
Outdated
mirsal
commented
tabs tabs
vincent
commented
Changed to spaces Changed to spaces
|
|||||||
|
reverse-proxy IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
||||||
sso IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
sso IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
||||||
wiki IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
|
|
||||||
|
;; CNAMEs
|
||||||
|
auth IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
cloud IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
git IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
grafana IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
infokiosque IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
jdll2024 IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
ldap IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
webmail IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
vincent marked this conversation as resolved
Outdated
mirsal
commented
```dns
reverse-proxy IN A 82.66.168.191
IN AAAA 2a01:e0a:a8e:4e51:c9d:c5ff:fee7:de08
auth IN CNAME reverse-proxy.labolyon.fr.
cloud IN CNAME reverse-proxy.labolyon.fr.
git IN CNAME reverse-proxy.labolyon.fr.
grafana IN CNAME reverse-proxy.labolyon.fr.
infokiosque IN CNAME reverse-proxy.labolyon.fr.
jdll2024 IN CNAME reverse-proxy.labolyon.fr.
ldap IN CNAME reverse-proxy.labolyon.fr.
webmail IN CNAME reverse-proxy.labolyon.fr.
wiki IN CNAME reverse-proxy.labolyon.fr.
www IN CNAME labolyon.fr.
```
vincent
commented
Changed Changed
|
|||||||
|
wiki IN CNAME reverse-proxy.labolyon.fr.
|
||||||
|
www IN CNAME labolyon.fr.
|
||||||
|
|
||||||
;; Private IPv4
|
;; Private IPv4
|
||||||
;;; Network
|
;;; Network
|
||||||
|
|||||||
Reference in New Issue
Block a user
tabs
Changed to spaces