dns: still some kinks with the dns but its easing out
This commit is contained in:
parent
80f0a6eda7
commit
f63aa7f245
2 changed files with 18 additions and 5 deletions
|
@ -31,11 +31,17 @@
|
|||
|
||||
# cannot use our own it seems?
|
||||
nameservers = [
|
||||
# pulled these from eduroam to get up and running
|
||||
"10.220.1.10"
|
||||
"10.220.1.11"
|
||||
"10.150.100.10"
|
||||
"10.150.100.11"
|
||||
# ns2
|
||||
#"193.1.99.109"
|
||||
# ns1
|
||||
#"193.1.99.120"
|
||||
|
||||
# Cloudflare
|
||||
"1.1.1.1"
|
||||
# Google
|
||||
"8.8.8.8"
|
||||
# Quad9
|
||||
"9.9.9.9"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue