added comment about hosts_allow_sip

This commit is contained in:
Thomas Ries
2007-08-16 19:10:30 +00:00
parent 22ab4e94b3
commit 5cefee8192
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
0.6.0
=====
16-Aug-2007: - added comment in siproxd.conf about hosts_allow_sip
30-Jun-2007: - some come cleanup in log.c (Bob Beers)
22-Jun-2007: - fixed an error in "my via"detection when using the
"host_outbound" config directive
+3
View File
@@ -43,6 +43,9 @@ if_outbound = ppp0
# local private net -> allow_reg list
# external nets (from which we accept incoming calls) -> allow_sip
#
# NOTE: Improper setting here will result in dropped SIP packets!
# Usually you do NOT want to define hosts_allow_sip!
#
#hosts_allow_reg = 192.168.1.8/24
#hosts_allow_sip = 123.45.0.0/16,123.46.0.0/16
#hosts_deny_sip = 10.0.0.0/8,11.0.0.0/8