From: Frank Brehm Date: Fri, 17 Feb 2017 15:27:38 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a9af687dec63dd4c7d5f259fd444c6b433255bcd;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- 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 +#