mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
Merge branch 'master' of ssh://git.code.sf.net/p/shorewall/code
This commit is contained in:
commit
bebb41674a
13
Shorewall/Macros/macro.Jabber
Normal file
13
Shorewall/Macros/macro.Jabber
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# Shorewall version 4 - Jabber Macro
|
||||||
|
#
|
||||||
|
# /usr/share/shorewall/macro.Jabber
|
||||||
|
#
|
||||||
|
# This macro accepts Jabber traffic.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
?FORMAT 2
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
||||||
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
||||||
|
PARAM - - tcp 5222
|
@ -1,13 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 3.4 - JabberPlain Macro
|
# Shorewall version 4 - JabberPlain Macro
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/macro.JabberPlain
|
# /usr/share/shorewall/macro.JabberPlain
|
||||||
#
|
#
|
||||||
# This macro accepts Jabber traffic (plaintext).
|
# This macro accepts Jabber traffic (plaintext). This macro is
|
||||||
|
# deprecated - use of macro.Jabber instead is recommended.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
?FORMAT 2
|
?FORMAT 2
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
||||||
# PORT(S) PORT(S) DEST LIMIT GROUP
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
||||||
PARAM - - tcp 5222
|
Jabber
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 3.4 - JabberSecure (ssl) Macro
|
# Shorewall version 4 - JabberSecure (SSL) Macro
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/macro.JabberSecure
|
# /usr/share/shorewall/macro.JabberSecure
|
||||||
#
|
#
|
||||||
# This macro accepts Jabber traffic (ssl).
|
# This macro accepts Jabber traffic (SSL). Use of Jabber with SSL
|
||||||
|
# is deprecated, please configure Jabber with STARTTLS and use
|
||||||
|
# Jabber macro instead.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
?FORMAT 2
|
?FORMAT 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user