Module: kamailio
Branch: master
Commit: 794e23f0903881cbe4101e99d1441b7b704a9e22
URL: https://github.com/kamailio/kamailio/commit/794e23f0903881cbe4101e99d1441b7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/794e23f0903881cbe4101e99d1441b7…
Patch: https://github.com/kamailio/kamailio/commit/794e23f0903881cbe4101e99d1441b7…
---
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.
Module: kamailio
Branch: master
Commit: 4945306d95454be8b17dcd7bb86f1faa993f94bd
URL: https://github.com/kamailio/kamailio/commit/4945306d95454be8b17dcd7bb86f1fa…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-30T13:55:33+01:00
test: updated block list parameter
---
Modified: test/unit/5.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/4945306d95454be8b17dcd7bb86f1fa…
Patch: https://github.com/kamailio/kamailio/commit/4945306d95454be8b17dcd7bb86f1fa…
---
diff --git a/test/unit/5.cfg b/test/unit/5.cfg
index b59a363554..c3ebd11f2e 100644
--- a/test/unit/5.cfg
+++ b/test/unit/5.cfg
@@ -26,9 +26,9 @@ children=4
/* uncomment the next line to disable TCP (default on) */
#disable_tcp=yes
-/* uncomment the next line to enable the auto temporary blacklisting of
+/* uncomment the next line to enable the auto temporary blocklisting of
not available destinations (default disabled) */
-#disable_dns_blacklist=no
+#disable_dns_blocklist=no
/* uncomment the next line to enable IPv6 lookup after IPv4 dns
lookup failures (default disabled) */