From b0c51f5768afe7869d7aadfc05bee40863975b43 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 26 Mar 2021 13:36:36 +0100 Subject: [PATCH] permissions: updated project anem in same register deny file --- src/modules/permissions/config/register.deny | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/permissions/config/register.deny b/src/modules/permissions/config/register.deny index 920ea482f61..be20d1563ef 100644 --- a/src/modules/permissions/config/register.deny +++ b/src/modules/permissions/config/register.deny @@ -1,6 +1,4 @@ # -# $Id$ -# # Suppose that we have a PSTN gateway with IP address 1.2.3.4 # We should prevent REGISTER messages that contain that IP # address in Contact header field because that can cause serious @@ -22,5 +20,5 @@ ALL : "^sip:.*1\.2\.3\.4$" # domains that point to any IP. To prevent this the usage of hostnames # and domains in the Contact header field should be avoided. # A better solution to this problem is the usage of the dst_blocklist -# feature in the openser core. All "critical" IPs should be added to +# feature in the kamailio core. All "critical" IPs should be added to # this list.