Move example link config include to example module config file.

This commit is contained in:
Sadie Powell 2023-06-25 08:56:44 +01:00
parent 784c40eda7
commit 058f967181
2 changed files with 4 additions and 4 deletions

View File

@ -485,10 +485,6 @@
# You *MUST* edit it.
#<include file="examples/opers.conf.example">
# This file has all the information about server links and services servers.
# You *MUST* edit it if you intend to link servers.
#<include file="examples/links.conf.example">
#-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-#
# #

View File

@ -2673,3 +2673,7 @@
# You will almost always want to load this.
#
#<module name="spanningtree">
#
# This file has all the information about server links and services servers.
# You *MUST* edit it if you intend to link servers.
#<include file="examples/links.conf.example">