mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add netbird (and coturn)
This commit is contained in:
parent
4f3a379b3f
commit
9daa744334
32 changed files with 372 additions and 5 deletions
|
@ -110,9 +110,29 @@ in {
|
|||
late = true; # Only accept after any rejects have been processed
|
||||
verdict = "accept";
|
||||
};
|
||||
|
||||
#masquerade-vpn = {
|
||||
# from = ["wg-home"];
|
||||
# to = ["lan"];
|
||||
# masquerade = true;
|
||||
#};
|
||||
|
||||
#outbound-vpn = {
|
||||
# from = ["wg-home"];
|
||||
# to = ["lan"];
|
||||
# late = true; # Only accept after any rejects have been processed
|
||||
# verdict = "accept";
|
||||
#};
|
||||
};
|
||||
};
|
||||
|
||||
# Allow accessing influx
|
||||
wireguard.proxy-sentinel.client.via = "sentinel";
|
||||
|
||||
#wireguard.home.server = {
|
||||
# host = todo # config.networking.fqdn;
|
||||
# port = 51192;
|
||||
# reservedAddresses = ["10.10.0.1/24" "fd00:10::/120"];
|
||||
# openFirewall = true;
|
||||
#};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue