- Timestamp:
- Feb 23, 2020, 1:47:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/shorewall/templates/shorewall.conf.j2
r3747 r3758 38 38 LOG_ZONE=Both 39 39 40 BLACKLIST_LOG_LEVEL= 41 42 INVALID_LOG_LEVEL= 40 BLACKLIST_LOG_LEVEL="$LOG_LEVEL" 41 42 INVALID_LOG_LEVEL="$LOG_LEVEL" 43 43 44 44 LOG_BACKEND= … … 52 52 LOGFILE=/var/log/messages 53 53 54 LOGFORMAT="Shorewall :%s:%s:"54 LOGFORMAT="Shorewall %s %s" 55 55 56 56 LOGTAGONLY=No … … 72 72 TCP_FLAGS_LOG_LEVEL="$LOG_LEVEL" 73 73 74 UNTRACKED_LOG_LEVEL= 74 UNTRACKED_LOG_LEVEL="$LOG_LEVEL" 75 75 76 76 ############################################################################### … … 168 168 DISABLE_IPV6=Yes 169 169 170 DOCKER= No170 DOCKER=Yes 171 171 172 172 DONT_LOAD= … … 182 182 FORWARD_CLEAR_MARK= 183 183 184 HELPERS= 184 HELPERS=ftp 185 185 186 186 IGNOREUNKNOWNVARIABLES=No
Note:
See TracChangeset
for help on using the changeset viewer.