Kaynağa Gözat

misc: examples sip-router-oob.cfg updated to use blocklist paramters

Daniel-Constantin Mierla 4 yıl önce
ebeveyn
işleme
66e1660ab5
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      misc/examples/pkg/sip-router-oob.cfg

+ 6 - 6
misc/examples/pkg/sip-router-oob.cfg

@@ -243,13 +243,13 @@ dns_tls_pref=-1 # ignore / don't accept tls (for naptr)
 #!endif
 # dns_cache_delete_nonexpired=no
 
-# ------------------- Blacklist Parameters ----------------------------------
-# (see doc/dst_blacklist.txt for more details)
+# ------------------- Blocklist Parameters ----------------------------------
+# (see doc/dst_blocklist.txt for more details)
 #
-use_dst_blacklist=on
-dst_blacklist_mem=1024 # 1 MB
-dst_blacklist_expire=300  # blacklist default time
-dst_blacklist_gc_interval=150 # 2.5 min
+use_dst_blocklist=on
+dst_blocklist_mem=1024 # 1 MB
+dst_blocklist_expire=300  # blocklist default time
+dst_blocklist_gc_interval=150 # 2.5 min
 # for sip-router 2.1 to the above add tm blst_503* parameters and/or use the
 # blst module (see NEWS)