Skip to content

Commit

Permalink
cfg_db: docs - updated reference to blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 30, 2020
1 parent 58af0f6 commit 5c5180c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/cfg_db/doc/cfg_db.xml
Expand Up @@ -78,9 +78,9 @@
<programlisting>
cfg_transl table:
group_name|name|cfg_table|cfg_table_group_name_field|cfg_table_name_field|cfg_table_value_field
core|use_dst_blacklist|cfg_dns|||
core|dst_blacklist_mem|cfg_dns|||
core|dst_blacklist_expire|||
core|use_dst_blocklist|cfg_dns|||
core|dst_blocklist_mem|cfg_dns|||
core|dst_blocklist_expire|||
my|route_addr|cfg_my|my_group_name|my_name|my_value ; overrides &lt;default&gt; values
my|use_rtp_proxy|cfg_my|my_group_name|my_name|my_value
*|*|||| ; matches all param ids, points to tables defined in row &lt;default&gt;
Expand All @@ -102,9 +102,9 @@

cfg_dns table:
group_name|name|value
dns|use_dst_blacklist|1
dns|dst_blacklist_mem|1024
dns|dst_blacklist_expire|60
dns|use_dst_blocklist|1
dns|dst_blocklist_mem|1024
dns|dst_blocklist_expire|60

</programlisting>

Expand Down

0 comments on commit 5c5180c

Please sign in to comment.