Migrate dns part
This commit is contained in:
commit
344710e831
12 changed files with 377 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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`
|
Loading…
Add table
Add a link
Reference in a new issue