dns: got a working letsencrypt setup

This commit is contained in:
silver 2023-04-23 04:22:01 +01:00
parent ef37392f07
commit 6119c9a88a
6 changed files with 145 additions and 111 deletions

View file

@ -35,16 +35,16 @@
# cannot use our own it seems?
nameservers = [
# ns2
#"193.1.99.109"
"193.1.99.109"
# ns1
#"193.1.99.120"
"193.1.99.120"
# Cloudflare
"1.1.1.1"
#"1.1.1.1"
# Google
"8.8.8.8"
#"8.8.8.8"
# Quad9
"9.9.9.9"
#"9.9.9.9"
];
};