From 599d2c922bdb4824ac9291e0bc766f51dc5bd4af Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 13 Jul 2021 04:51:17 +0000 Subject: [PATCH] Remove tcp connectivity --- templates/Fedora/34/etc/clamd.d/scan.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/Fedora/34/etc/clamd.d/scan.conf b/templates/Fedora/34/etc/clamd.d/scan.conf index b90033e..64ed222 100644 --- a/templates/Fedora/34/etc/clamd.d/scan.conf +++ b/templates/Fedora/34/etc/clamd.d/scan.conf @@ -111,7 +111,6 @@ LocalSocket /run/clamd.scan/clamd.sock # TCP port address. # Default: no #TCPSocket 3310 -TCPSocket 3310 # TCP address. # By default we bind to INADDR_ANY, probably not wise. @@ -120,7 +119,6 @@ TCPSocket 3310 # times if you want to listen on multiple IPs. IPv6 is now supported. # Default: no #TCPAddr 127.0.0.1 -TCPAddr 127.0.0.1 # Maximum length the queue of pending connections may grow to. # Default: 200