Skip to content

terraform: dns: srs.epita.fr: expande wildcard cname

Jules Lefebvre requested to merge srs/dns-rework into main

Probleme

the wildcard cname record (* CNAME srs.epita.fr) is colliding with internal dns reccord.

This notaly cause some probleme with systemd resolved that try to resolve the AAAA that bounce back to the CNAME.

Description

this pr remove the wildcard CNAME and replace it with some fqdn CNAME:

  • fic.srs.epita.fr
  • owncloud.srs.epita.fr
  • veille.srs.epita.fr

Merge request reports