BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
147 stars 71 forks source link

conference-server ice candidate list #172

Open basncy opened 12 months ago

basncy commented 12 months ago

Can we add configuration under [conference-server] to block/allow some IP ranges?

e.g.: ice_deny=::/0 ice_deny=0.0.0.0/0 ice_permit=192.168.0.0/24 ice_permit=2001:41d0:700:1080::bb/128

current policy is to list all host candidates, according to https://github.com/BelledonneCommunications/flexisip/blob/d7c767b3e37fbb3b65d6de2a7c69bc06fb2cb6e5/src/conference/conference-server.cc#L161

And, how about the RTP UDP port range settings? for system firewall openings policy. e.g.: sdp-port-range-min=50000 sdp-port-range-max=60000