mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(plex): lan rules
This commit is contained in:
parent
1bae94505d
commit
c1faa39712
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@
|
|||
# Tautulli and Ombi will also be reverse proxied, presumably
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [32400 8324 32469 8181 5000];
|
||||
interfaces.local.allowedTCPPorts = [
|
||||
32400
|
||||
];
|
||||
allowedTCPPorts = [8324 32469 8181 5000];
|
||||
allowedUDPPorts = [1900 5353 32410 32412 32413 32414];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue