Files
monok8s/ask/cmm/cmm.conf
2026-05-11 02:13:10 +08:00

27 lines
591 B
Plaintext

# CMM Fast Forward configuration
# This file specifies traffic that should NOT be offloaded to the fast path
# Don't Fast Forward FTP traffic (needs ALG)
config fastforward ftp
option proto tcp
option port 21
# Don't Fast Forward SIP (needs ALG)
config fastforward sip
option proto udp
option port 5060
# Don't Fast Forward PPTP control
config fastforward pptp
option proto tcp
option port 1723
# Optional logging
# NOTE: "stdout" only supported in our own patched version
config logging
option file stdout
option command 0
option error 1
option warning 1
option info 1