From 51e487fccba4a1f88614d7f3f4d6d6a9130c09eb Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 13 Jun 2022 00:32:23 -0500 Subject: [PATCH] Edited the default config file to be 80 char or less per line --- src/rhosts.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rhosts.go b/src/rhosts.go index 12bea9f..144c172 100644 --- a/src/rhosts.go +++ b/src/rhosts.go @@ -63,7 +63,11 @@ const GPL =` ` const CFG =` -# There are 3 types of entries: download, site, and whitelist. Downloads are downloaded and stripped of comments and bad entries if possible before being added to a list of sites. Whitelisted urls are removed from the list of sites. From there all the urls are added to the hosts file for both IPv4 and IPv6. You can also add comments by prepending with a '#'. +# There are 3 types of entries: download, site, and whitelist. Downloads are +# downloaded and stripped of comments and bad entries if possible before being +# added to a list of sites. Whitelisted urls are removed from the list of sites. +# From there all the urls are added to the hosts file for both IPv4 and IPv6. +# You can also add comments by prepending with a '#'. # This is a static entry #site=www.site.xyz