feat: add firewall exclusions for mitmproxy ports
This commit is contained in:
parent
a46d206e93
commit
ba8ba921a4
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
|||
to = 1764;
|
||||
}
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
8080 # Mitmproxy
|
||||
];
|
||||
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
|
|
@ -32,6 +36,7 @@
|
|||
];
|
||||
allowedUDPPorts = [
|
||||
24727 # AusweisApp Port
|
||||
8080 # Mitmproxy
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue