Migrate dns part

This commit is contained in:
Tobias Reisinger 2024-09-25 01:10:59 +02:00
commit 344710e831
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 377 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
## DNS records for serguzim.net
### Get started
- install [DNSControl](https://dnscontrol.org/) (direnv and shell.nix should help)
- create credentials for ovh: [Control panel - OVHcloud](https://www.ovh.com/auth/api/createToken?GET=/domain/zone/*&POST=/domain/zone/*&PUT=/domain/zone/*&DELETE=/domain/zone/*&GET=/domain/*&POST=/domain/*&PUT=/domain/*&POST=/domain/*/nameServers/update)
- alternative: follow instructions on dnscontrol: [OVH | DNSControl](https://docs.dnscontrol.org/provider/ovh#activation)
- enter credentials to ovh in .env file (copy from .env.example)
- check credentials with `make dns-check`
- run `make dns`