463 current 2025-06-28 22:07:32 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# websites i'd like to (automatically) block on certain wifi connections
|
||||
set -euo pipefail
|
||||
|
||||
blacklist=(
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
enable = true;
|
||||
resolveLocalQueries = true;
|
||||
settings = {
|
||||
conf-dir = "/var/lib/dnsmasq/conf.d";
|
||||
conf-dir = "/var/lib/dnsmasq/conf.d"; # see ../networking/blockers.sh and ...../home/scripts/dns
|
||||
listen-address = "127.0.0.1";
|
||||
resolv-file = "/dev/null"; # god fuck you fuck you fuck you tailscale + systemd-resolved + dnsmasq it took me *three hours* at 3am to get this one working
|
||||
server = ["1.1.1.1" "1.0.0.1"];
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
./synaptics/default.nix
|
||||
./tailscale/default.nix
|
||||
./syncthing/default.nix
|
||||
# ./resolved/default.nix
|
||||
# ./resolved/default.nix (not enabled, in favor of dnsmasq)
|
||||
./dnsmasq/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user