From a9af687dec63dd4c7d5f259fd444c6b433255bcd Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Feb 2017 16:27:38 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- tcsd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tcsd.conf b/tcsd.conf index e23fd4fd..58b88aac 100644 --- a/tcsd.conf +++ b/tcsd.conf @@ -168,3 +168,24 @@ # 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 +# -- 2.39.5