2024-04-04, 02:04 AM
(This post was last modified: 2024-04-04, 02:06 AM by gnattu. Edited 1 time in total.)
This option is a list and your setting is wrong.
We have a GUI for this is dashboard->advanced>networking, then you will see "Lan Networks" option, where you can set this key by GUI.
If you want to set it in xml, then you need to do it like this:
We have a GUI for this is dashboard->advanced>networking, then you will see "Lan Networks" option, where you can set this key by GUI.
If you want to set it in xml, then you need to do it like this:
Code:
<LocalNetworkSubnets>
<string>192.168.1.0/24</string>
<string>192.168.2.0/24</string>
<string>192.168.3.0/24</string>
<string>192.168.99.0/24</string>
<string>192.168.20.0/24</string>
</LocalNetworkSubnets>