hass stuff
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [ 8192 8080 8081 ];
|
||||
allowedUDPPorts = [ 8192 8080 8081 ];
|
||||
allowedTCPPorts = [ 8192 8880 8881 ];
|
||||
allowedUDPPorts = [ 8192 8880 8881 ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -90,8 +90,8 @@
|
||||
};
|
||||
otbr = {
|
||||
enable = true;
|
||||
restPort = 8081;
|
||||
port = 8080;
|
||||
restPort = 8881;
|
||||
port = 8880;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user