implement traffic control, remove adguard, misc tailscale stuff

This commit is contained in:
cy 2025-02-24 13:23:38 -05:00
parent a82a616f11
commit 131b4b2614
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 39 additions and 5 deletions

View file

@ -6,8 +6,13 @@
openFirewall = true;
useRoutingFeatures = "client";
extraUpFlags = [
"--exit-node=100.122.132.30"
"--exit-node=chunk"
"--accept-dns=false"
"--operator=yt"
"--exit-node-allow-lan-access"
];
extraDaemonFlags = [
"--no-logs-no-support"
];
};
}