Module: kamailio Branch: master Commit: 794e23f0903881cbe4101e99d1441b7b704a9e22 URL: https://github.com/kamailio/kamailio/commit/794e23f0903881cbe4101e99d1441b7b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-10-30T14:01:05+01:00
permissions: docs - updated reference to blocklist
---
Modified: src/modules/permissions/config/register.deny
---
Diff: https://github.com/kamailio/kamailio/commit/794e23f0903881cbe4101e99d1441b7b... Patch: https://github.com/kamailio/kamailio/commit/794e23f0903881cbe4101e99d1441b7b...
---
diff --git a/src/modules/permissions/config/register.deny b/src/modules/permissions/config/register.deny index 5a774a8f47..920ea482f6 100644 --- a/src/modules/permissions/config/register.deny +++ b/src/modules/permissions/config/register.deny @@ -21,6 +21,6 @@ ALL : "^sip:.*1.2.3.4$" # provide a perfect security, as everybody can register arbitrary # 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_blacklist +# 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 # this list.