feat: subbridge
This commit is contained in:
parent
d79689fd55
commit
b510d5b0e2
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ config.services.homebridge.settings.bridge.port ];
|
# 50202 LG Subbridge
|
||||||
|
networking.firewall.allowedTCPPorts = [ config.services.homebridge.settings.bridge.port 50202 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 5353 ]; # mDNS / Bonjour
|
networking.firewall.allowedUDPPorts = [ 5353 ]; # mDNS / Bonjour
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue