summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-17 21:16:40 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-17 21:16:40 +0200
commita4b309e27214daf98c70676324418e23578ede22 (patch)
treedbe68d042ab10eb7d0b0576b1e4db2cc74323e23 /hosts/vidhar
parent610bf85460c1371aa2af035054b7f9d641132388 (diff)
downloadnixos-a4b309e27214daf98c70676324418e23578ede22.tar
nixos-a4b309e27214daf98c70676324418e23578ede22.tar.gz
nixos-a4b309e27214daf98c70676324418e23578ede22.tar.bz2
nixos-a4b309e27214daf98c70676324418e23578ede22.tar.xz
nixos-a4b309e27214daf98c70676324418e23578ede22.zip
yggdrasil-wg: ...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 3c6aeb16..107906c7 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -85,6 +85,9 @@
85 allowedTCPPorts = [ 85 allowedTCPPorts = [
86 22 # ssh 86 22 # ssh
87 ]; 87 ];
88 allowedUDPPorts = [
89 51820 # wireguard
90 ];
88 allowedUDPPortRanges = [ 91 allowedUDPPortRanges = [
89 { from = 60000; to = 61000; } # mosh 92 { from = 60000; to = 61000; } # mosh
90 ]; 93 ];