syncthing open to local network
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
ports = [
|
||||
2049 # idk
|
||||
9999 # stash
|
||||
8384 # syncthing
|
||||
];
|
||||
in
|
||||
{
|
||||
|
||||
@@ -40,7 +40,11 @@ in
|
||||
to = 1764;
|
||||
};
|
||||
ns-usbloaderPort = 6674;
|
||||
openPorts = [ ns-usbloaderPort ];
|
||||
syncthingPort = 8384;
|
||||
openPorts = [
|
||||
ns-usbloaderPort
|
||||
syncthingPort
|
||||
];
|
||||
openPortRanges = [ kdeconnectPortRange ];
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user