fix: open port for AusweisApp2

This commit is contained in:
Felix Schröter 2021-10-29 20:27:44 +02:00
parent b37559ff70
commit 58a0fbf5a5
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -37,6 +37,9 @@
networking.firewall.allowedTCPPorts = [
54950 # transmission
];
networking.firewall.allowedUDPPorts = [
24727 # AusweisApp2
];
networking.hosts = {
# force IPv4, see: https://github.com/transmission/transmission/issues/407
"87.98.162.88" = [ "portcheck.transmissionbt.com" ];