mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The libwrap built with NO_INET6=yes cannot parse an IPv6 address.
So, mention it in comment. Submitted by: Dmitry Morozovsky <marck__at__rinet.ru> MFC after: 2 days
This commit is contained in:
parent
209462832d
commit
9512e32664
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ ALL : PARANOID : RFC931 20 : deny
|
|||
|
||||
# Allow anything from localhost. Note that an IP address (not a host
|
||||
# name) *MUST* be specified for rpcbind(8).
|
||||
ALL : localhost 127.0.0.1 [::1] : allow
|
||||
ALL : localhost 127.0.0.1 : allow
|
||||
# Comment out next line if you build libwrap with NO_INET6=yes.
|
||||
ALL : [::1] : allow
|
||||
ALL : my.machine.example.com 192.0.2.35 : allow
|
||||
|
||||
# To use IPv6 addresses you must enclose them in []'s
|
||||
|
|
|
|||
Loading…
Reference in a new issue