Compare commits
5 Commits
adf9d1ee4a
...
610513edb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 610513edb7 | |||
| f49978d587 | |||
| cb4234630b | |||
| 992616c1ca | |||
| 7b39e418c9 |
@@ -17,10 +17,13 @@ in {
|
||||
openFirewall = true;
|
||||
useRoutingFeatures = "both";
|
||||
authKeyFile = authkey_file;
|
||||
extraUpFlags = [
|
||||
extraSetFlags = [
|
||||
"--advertise-routes=10.10.0.10/32" # advertise self
|
||||
"--accept-routes=false" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
|
||||
"--accept-dns=true" # explicitly allow resolved
|
||||
];
|
||||
extraUpFlags = [
|
||||
];
|
||||
};
|
||||
|
||||
# network config
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user