dns: got a working letsencrypt setup
This commit is contained in:
parent
ef37392f07
commit
6119c9a88a
6 changed files with 145 additions and 111 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue