anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

commit d1e225211ee72655e39ede5f61b1e9194e799348
parent 8eaca168b39ed1550a51cf76799547b3b2603947
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 7 May 2023 20:04:39 -0400

disabled ipv6 & ssl (will enable via deploy-tool)

Diffstat:
Mdata/services.conf | 4++--

1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/services.conf b/data/services.conf
@@ -5,8 +5,8 @@ define {
 
 uplink {
 	host = "REDACTED"
-	ipv6 = yes
-	ssl = yes
+	ipv6 = no
+	ssl = no
 	port = REDACTED
 	password = "REDACTED"
 }