2012-06-03 05:24:25 +02:00
|
|
|
# used by plugins/relay
|
2003-11-02 12:18:29 +01:00
|
|
|
# Format is IP, or IP part with trailing dot
|
|
|
|
# e.g. "127.0.0.1", or "192.168."
|
2009-01-02 21:41:00 +01:00
|
|
|
127.0.0.1
|
|
|
|
# leading/trailing whitespace is ignored
|
2012-05-21 21:36:37 +02:00
|
|
|
192.0.
|
2012-11-14 22:58:16 +01:00
|
|
|
#
|
|
|
|
# IPv6 formats ends in a nibble (not a netmask, prefixlen, or colon)
|
|
|
|
# RFC 3849 example
|
|
|
|
2001:DB8
|
|
|
|
2001:DB8::1
|
|
|
|
2001:0DB8:0000:0000:0000:0000:0000:0001
|