]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Fri, 17 Feb 2017 15:27:38 +0000 (16:27 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Fri, 17 Feb 2017 15:27:38 +0000 (16:27 +0100)
tcsd.conf

index e23fd4fde64c1cc66149ec7a3d2cac5141af7b7d..58b88aacbfbe695cb2757baea2df69a5b8399546 100644 (file)
--- a/tcsd.conf
+++ b/tcsd.conf
 # all_platform_classes = PC_11,PDA_12,SERVER_12,MOBILE_12
 #
 
+#
+# Option: disable_ipv4
+# Values: 0 or 1
+# Description: This options determines if the TCSD will bind itself to the
+# machine's local IPv4 addresses in order to receive requisitions through
+# its TCP port. Value of 1 disables IPv4 support, so clients cannot reach
+# TCSD using that protocol.
+#
+#  disable_ipv4 = 0
+#
+
+#
+# Option: disable_ipv6
+# Values: 0 or 1
+# Description: This options determines if the TCSD will bind itself to the
+# machine's local IPv6 addresses in order to receive requisitions through
+# its TCP port. Value of 1 disables IPv6 support, so clients cannot reach
+# TCSD using that protocol.
+#
+#  disable_ipv6 = 0
+#