HTTPAllow
Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.
If HTTPDeny is also set, then note that rules set using HTTPDeny take precedence over HTTPAllow.
Examples:
HTTPAllow = 192.168.0.0/24;2001:1432:b6d:1234::/64
which gives permission to the IPv4 address range 192.168.0.1 to 192.168.0.255 and to the IPv6 address range 2001:1432:b6d:1234:0000:0000:0000:0000 to 2001:1432:b6d:1234:ffff:ffff:ffff:ffff
Allowing a single address:
HTTPAllow = 192.168.1.32
Allowing a range of addresses:
HTTPAllow = 192.168.1.0/24
Section: System
Default: No default.