allow subnet GUI

Hi all!

Regarding the restrictions of the GUI from another computer. In the documentation I can only see the options 127.0.0.1:8384 to only allow “your self” or 0.0.0.0:8384 to allow all. Would it work if you restrict it to 192.168.10.0:8384 to allow a full subnet or even more restriction like 192.168.10.1-20:8384 to allow for a range?

This is something you can set up in your computer’s firewall, though.

1 Like

Are subnet masks allowed?

192.168.1.0/24:8384

Are multiple entries allowed?

127.0.0.1:8384,192.168.0.0/16:8384

Is the port required?

127.0.0.0/8

What about IPv6?

I can submit a PR to update the docs, if desired.

No. It’s a bind address, not an ACL.

2 Likes