]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Use HTTPS URLs in the executable file and include examples.
authorPeter Powell <petpow@saberuk.com>
Fri, 15 Dec 2017 12:05:30 +0000 (12:05 +0000)
committerPeter Powell <petpow@saberuk.com>
Sat, 16 Dec 2017 13:13:33 +0000 (13:13 +0000)
docs/conf/inspircd.conf.example

index 164f8130d3eb46e60cc818692db99dab460455fa..b131f15ea3f55a998ef43f66c7338edc95861a6f 100644 (file)
@@ -53,7 +53,7 @@
 #<include executable="/path/to/executable parameters">                #
 #                                                                     #
 # Executable include example:                                         #
-#<include executable="/usr/bin/wget -q -O - http://example.com/inspircd.conf">
+#<include executable="/usr/bin/wget -q -O - https://example.com/inspircd.conf">
 #                                                                     #
 
 
 
 # Example of an executable file include. Note this will be read on rehash,
 # not when the command is run.
-#<execfiles rules="wget -O - http://www.example.com/rules.txt">
+#<execfiles rules="wget -O - https://www.example.com/rules.txt">
 
 #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #