Name

MasterHost — specify regular expression that client IP must match to access protected directories

SYNOPSIS

hostname_or_IP_regexp

DESCRIPTION

This directive specifies the hostname or IP regexp that the incoming requests must match in order to be allowed access to protected directories (see gate glossary entry), databases and administrative functions.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Defining MasterHost

MasterHost 127\.0\.0\.1

Example: Defining MasterHost

MasterHost my\.workstation\.domain\.com|192\.168\.7\.28

NOTES

AVAILABILITY

MasterHost is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 664

['MasterHost',     undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

RemoteUser(7ic)

DocBook! Interchange!