Name

TcpHost — specify which hosts can connect to Interchange server running in Inet mode

SYNOPSIS

hostname...

DESCRIPTION

The TcpHost directive defines a list of hostnames whose connections to the Interchange Inet socket will be accepted. This effectively allows or denies access to all catalogs running on the corresponding Interchange server.

It's important to note that the directive does not support wildcards or anything, it only accepts plain list of space-separated IPs or hostnames.

DIRECTIVE TYPE AND DEFAULT VALUE

Global directive

EXAMPLES

Example: Defining TcpHost

TcpHost localhost secure.domain.com 192.168.8.9

NOTES

AVAILABILITY

TcpHost is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 434

['TcpHost',           undef,             'localhost 127.0.0.1'],

AUTHORS

Interchange Development Group

SEE ALSO

TcpMap(7ic)

DocBook! Interchange!