]> jfr.im git - irc/freenode/solanum.git/commitdiff
Document secure blocks
authorEd Kellett <redacted>
Wed, 28 Oct 2020 20:58:10 +0000 (20:58 +0000)
committerEd Kellett <redacted>
Sat, 31 Oct 2020 16:00:02 +0000 (16:00 +0000)
doc/ircd.conf.example
doc/reference.conf

index f45aa4dcb3d5dc07cb2ccdd9444c1301bc0b6f7e..e8e46cf29ca4c0481af9448e27b4e750b09361d5 100644 (file)
@@ -346,6 +346,10 @@ shared {
        flags = all, rehash;
 };
 
+secure {
+       ip = "127.0.0.1";
+};
+
 /* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
 exempt {
        ip = "127.0.0.1";
index 281aa3ea16bee564e03ed72c99de6994bf5a9987..a1d62fbd81cca61404f5b3b5d722f2d8641975e3 100644 (file)
@@ -740,6 +740,12 @@ exempt {
        ip = "127.0.0.1";
 };
 
+/* secure {}: IPs that are considered to be secure networks, and get
+ * +Z without using TLS */
+secure {
+       ip = "127.0.0.1";
+};
+
 /* The channel block contains options pertaining to channels */
 channel {
        /* invex: Enable/disable channel mode +I, a n!u@h list of masks