Module: kamailio
Branch: master
Commit: c92795b672ce8cfc7ff0ff361e5fdbd15ba3e32d
URL: 
https://github.com/kamailio/kamailio/commit/c92795b672ce8cfc7ff0ff361e5fdbd15ba3e32d

Author: pepelux <pepel...@gmail.com>
Committer: pepelux <pepel...@gmail.com>
Date: 2025-04-30T17:36:31+02:00

secfilter: fix table of contents index points [skip ci]

---

Modified: src/modules/secfilter/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/c92795b672ce8cfc7ff0ff361e5fdbd15ba3e32d.diff
Patch: 
https://github.com/kamailio/kamailio/commit/c92795b672ce8cfc7ff0ff361e5fdbd15ba3e32d.patch

---

diff --git a/src/modules/secfilter/README b/src/modules/secfilter/README
index e3efbd172a4..574e9446c74 100644
--- a/src/modules/secfilter/README
+++ b/src/modules/secfilter/README
@@ -52,16 +52,16 @@ Jose Luis Verdeguer
               5.7. secfilter.add_bl
               5.8. secfilter.del_bl
               5.9. secfilter.add_wl
+              5.10. secfilter.del_wl
 
-        6. secfilter.del_wl
-        7. Installation
+        6. Installation
 
-              7.1. Database setup
+              6.1. Database setup
 
-        8. Some examples
+        7. Some examples
 
-              8.1. Print data
-              8.2. Statistics
+              7.1. Print data
+              7.2. Statistics
 
    List of Examples
 
@@ -140,16 +140,16 @@ Chapter 1. Admin Guide
         5.7. secfilter.add_bl
         5.8. secfilter.del_bl
         5.9. secfilter.add_wl
+        5.10. secfilter.del_wl
 
-   6. secfilter.del_wl
-   7. Installation
+   6. Installation
 
-        7.1. Database setup
+        6.1. Database setup
 
-   8. Some examples
+   7. Some examples
 
-        8.1. Print data
-        8.2. Statistics
+        7.1. Print data
+        7.2. Statistics
 
 1. Overview
 
@@ -555,6 +555,7 @@ d in the user-agent header ($ua)");
    5.7. secfilter.add_bl
    5.8. secfilter.del_bl
    5.9. secfilter.add_wl
+   5.10. secfilter.del_wl
 
 5.1.  secfilter.reload
 
@@ -674,7 +675,7 @@ d in the user-agent header ($ua)");
                 kamcmd secfilter.add_wl user trusted_user
                 ...
 
-6.  secfilter.del_wl
+5.10.  secfilter.del_wl
 
    Delete value from whitelist.
 
@@ -688,11 +689,11 @@ d in the user-agent header ($ua)");
                 kamcmd secfilter.del_wl user trusted_user
                 ...
 
-7. Installation
+6. Installation
 
-   7.1. Database setup
+   6.1. Database setup
 
-7.1. Database setup
+6.1. Database setup
 
    Before running Kamailio with the secfilter module, it is necessary to
    set up the database table where the module will read the blacklist data
@@ -736,12 +737,12 @@ d in the user-agent header ($ua)");
      * 3 (IP address)
      * 4 (user)
 
-8. Some examples
+7. Some examples
 
-   8.1. Print data
-   8.2. Statistics
+   7.1. Print data
+   7.2. Statistics
 
-8.1. Print data
+7.1. Print data
 
    Example 1.29. kamcmd secfilter.print ua
                 ...
@@ -775,7 +776,7 @@ d in the user-agent header ($ua)");
 }
                 ...
 
-8.2. Statistics
+7.2. Statistics
 
    Example 1.30. kamcmd secfilter.stats
                 ...

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to