Doorgaan naar de website
OCLC Support

Option ExcludeIPMenu

Learn how to use the Option ExcludeIPMenu config.txt directive to specify how users access and see the EZproxy menu page.

Option ExcludeIPMenu specifies that users who access the EZproxy Menu Page from an ExcludeIP address should see the EZproxy Menu Page without being required to log in first. This varies from EZproxy’s standard behavior, which requires all users to authenticate before being presented with the EZproxy Menu Page.

Option ExcludeIPMenu is a non-repeatable position-dependent config.txt directive.

Syntax

Option ExcludeIPMenu

Examples

In this example, if someone accesses the EZproxy Menu Page from an IP address in the range 192.168.0.0-192.168.255.255, EZproxy will display the menu page and show the option for Some Database.

Option ExcludeIPMenu
ExcludeIP 192.168.0.0-192.168.255.255
Title Some Database
URL http://www.somedb.com
D somedb.com

Related directives

ExcludeIP, Option MenuByGroups