Package: dhtnode Version: 1.8.1-1 Severity: wishlist Tags: patch When installing dhtnode, the dhtnode service is automatically run as a system service with the -v flag. That flag causes a lot of logging. It includes lots of ip addresses, which may be an issue from a privacy pov. The sheer volume also makes it unsuitable to be a good default. I therefore propose to remove the -v flag from the default configuation.
Helmut
diff --minimal -Nru opendht-1.8.1/debian/changelog opendht-1.8.1/debian/changelog --- opendht-1.8.1/debian/changelog 2019-01-06 03:57:00.000000000 +0100 +++ opendht-1.8.1/debian/changelog 2020-04-29 09:11:33.000000000 +0200 @@ -1,3 +1,10 @@ +opendht (1.8.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Don't start the dhtnode service in verbose mode by default. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 29 Apr 2020 09:11:33 +0200 + opendht (1.8.1-1) unstable; urgency=medium * New upstream version. diff --minimal -Nru opendht-1.8.1/debian/dhtnode.conf opendht-1.8.1/debian/dhtnode.conf --- opendht-1.8.1/debian/dhtnode.conf 2019-01-06 03:57:00.000000000 +0100 +++ opendht-1.8.1/debian/dhtnode.conf 2020-04-29 09:11:32.000000000 +0200 @@ -1 +1 @@ -DHT_ARGS=-b bootstrap.ring.cx -p 4222 -v +DHT_ARGS=-b bootstrap.ring.cx -p 4222

