From 5cefee81920ee02e917bc3aacb3dd84067dee32c Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Thu, 16 Aug 2007 19:10:30 +0000 Subject: [PATCH] added comment about hosts_allow_sip --- ChangeLog | 1 + doc/siproxd.conf.example | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index fdd5afa..79e467e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/doc/siproxd.conf.example b/doc/siproxd.conf.example index df7833b..c3e4481 100644 --- a/doc/siproxd.conf.example +++ b/doc/siproxd.conf.example @@ -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