h1. DNS In the Gandi web interface we assigned the NS and SOA to the git.replicant.vm. See the "Infrastructure page on the main Replicant wiki":https://redmine.replicant.us/projects/replicant/wiki/Infrastructure for who has access to it. The DNS zones are hosted on the git.replicant.us vm by bind. The Replicant zone is at /etc/bind/db.replicant.us and we don't have a reverse ip zone. h2. Quick HOWTO First edit the zone file:
# vim /etc/bind/db.replicant.us
Then do the modifications you have to do Then there is a line with a serial like that:
1590000005      ; serial
Increase that serial by at least 1, like here you can make it 1590000005 or 1600000000 but make sure to never go backward (I don't know why, however every documentation that I ready say that it could cause issues). Then make bind take into account the modifications:
systemctl reload bind9
And wait for the information to propagate.