Wired.com is absolute garbage

This commit is contained in:
James Eversole 2024-02-28 14:48:57 -06:00
parent 3ca4bf2eea
commit bd7469a7d1
2 changed files with 7 additions and 4 deletions

View File

@ -58,9 +58,7 @@
'';
};
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
"flux.matri.cx" = proxied {
target = "http://127.0.0.1:26343";
};
"flux.matri.cx" = proxied { target = "http://127.0.0.1:26343"; };
"git.eversole.co" = {
enableACME = true;
forceSSL = true;

View File

@ -53,12 +53,17 @@
}
# Stop unblocking these sites. Seriously.
# No. :)
lobste.rs {
template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1"
}
}
wired.com {
template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1"
}
}
'';
};
}