change extraUpFlags to extraSetFlags across the board

This commit is contained in:
2025-11-04 23:18:56 -06:00
parent f49978d587
commit 610513edb7
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ in {
enable = true;
useRoutingFeatures = "both";
#authKeyFile = authkey_file;
extraUpFlags = [
extraSetFlags = [
"--accept-routes=true" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-dns=true" # explicitly allow resolved
];