change dns from cloudfalre to quad9

This commit is contained in:
2024-10-05 09:22:04 +05:30
parent 9b01239bd3
commit e119265588

View File

@ -22,7 +22,7 @@
base_domain = "tux.rs";
magic_dns = true;
nameservers = [
"1.1.1.1"
"9.9.9.9"
];
};
server_url = "https://hs.tux.rs";