HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //usr/share/doc/tcp_wrappers-libs-7.6/README.ipv6
The IPV6 code is enabled by uncommenting

IPV6 = -DHAVE_IPV6

Check your system specific make line for the entry IPV6="$(IPV6)"; it has not
been added to most yet.

The code was tested on Solaris 8 Beta.  A single tcpd binary supports
IPV6 and IPV4 sockets as well as TLI (v4/v6).

The code successfully compiles on Solaris 7 + playground.sun.com IPV6 patch,
but I have not tested the binary.

The code also compiles on AIX using "-DHAVE_IPV6 -DUSE_GETHOSTBYNAME2"

The KILL_IPOPTIONS option doesn't work.  (Something to do with IPV4 addresses
mapped inside IPV6 sockets)

The code extends the hosts.{allow,deny} syntax in a minor way.  You can
now specify IPV6 address, like this:

		# Ipv6 numeric address
		someservice: [x:x:x::x]
		# Ipv6 network
		otherservice: [x:x:x::x/prefix]


Note that the "[" and "]" are part of the syntax; no whitespace is allowed
inside the [].

The datastructures have been modified such that we hope that
libwrap binary compatibility is maintained.

The original tcp_wrappers-7.6 files have been renamed and have a .org
extension; only this file (README.ipv6) was added.

Casper Dik (Casper.Dik@Holland.Sun.COM)