Add missing '>' to an example connect tag.

This commit is contained in:
Robby 2019-03-07 06:20:19 +01:00 committed by Peter Powell
parent 3a68e05d9a
commit 4be144252b

View File

@ -216,7 +216,7 @@
# -- It is important to note that connect tags are read from the -- #
# TOP DOWN. This means that you should have more specific deny #
# and allow tags at the top, progressively more general, followed #
# by a <connect allow="*" (should you wish to have one). #
# by a <connect allow="*"> (should you wish to have one). #
# #
# Connect blocks are searched twice for each user - once when the TCP #
# connection is accepted, and once when the user completes their #