From 09304d51d172b5e039e3ec8dce93d5216c86df8c Mon Sep 17 00:00:00 2001 From: Mooseable Date: Thu, 13 Mar 2025 20:34:53 +0800 Subject: [PATCH] remove redundant comment --- kamailio/extra-traffic-filter-role.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/kamailio/extra-traffic-filter-role.cfg b/kamailio/extra-traffic-filter-role.cfg index 8ff9b4b..2da483f 100644 --- a/kamailio/extra-traffic-filter-role.cfg +++ b/kamailio/extra-traffic-filter-role.cfg @@ -20,9 +20,6 @@ #!substdef "!ETFR_SUBST_BAN_DURATION!$def(ETFR_BAN_DURATION)!g" modparam("htable", "htable", "etfr_banned_ips=>size=8;autoexpire=ETFR_SUBST_BAN_DURATION") -# Main Request Route Enhancements -# Place this code at the appropriate place in your main request_route - route[EXTRA_FILTER_REQUEST] { # Check if the source IP is banned if ($sht(etfr_banned_ips=>$si)) {