Wired.com is absolute garbage
This commit is contained in:
parent
3ca4bf2eea
commit
bd7469a7d1
@ -58,9 +58,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
|
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
|
||||||
"flux.matri.cx" = proxied {
|
"flux.matri.cx" = proxied { target = "http://127.0.0.1:26343"; };
|
||||||
target = "http://127.0.0.1:26343";
|
|
||||||
};
|
|
||||||
"git.eversole.co" = {
|
"git.eversole.co" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
@ -53,12 +53,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Stop unblocking these sites. Seriously.
|
# Stop unblocking these sites. Seriously.
|
||||||
# No. :)
|
|
||||||
lobste.rs {
|
lobste.rs {
|
||||||
template IN A {
|
template IN A {
|
||||||
answer "{{ .Name }} 0 IN A 127.0.0.1"
|
answer "{{ .Name }} 0 IN A 127.0.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wired.com {
|
||||||
|
template IN A {
|
||||||
|
answer "{{ .Name }} 0 IN A 127.0.0.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user