Turns out I need port 80 for acme, whoops

This commit is contained in:
Bun 2025-04-04 05:17:25 -04:00
parent 6069da2e1d
commit 2d61e291a9
4 changed files with 11 additions and 9 deletions

View file

@ -3,12 +3,11 @@
services.blocky = {
settings = {
upstreams.groups.default = [
"2606:4700:4700::1111"
"2606:4700:4700::1001"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
"1.1.1.1"
"1.0.0.1"
"1.0.0.1"
];
blocking = {
clientGroupsBlock.default = [
"pro"
@ -19,7 +18,6 @@
"tif" = [ "https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/tif.txt" ];
};
};
caching = {
prefetching = true;
minTime = "1m";