feat: add firewall exclusions for mitmproxy ports

This commit is contained in:
etwas 2025-02-27 21:10:24 +01:00
parent a46d206e93
commit ba8ba921a4
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -24,6 +24,10 @@
to = 1764;
}
];
allowedTCPPorts = [
8080 # Mitmproxy
];
allowedUDPPortRanges = [
{
from = 1714;
@ -32,6 +36,7 @@
];
allowedUDPPorts = [
24727 # AusweisApp Port
8080 # Mitmproxy
];
};
};