drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
233 stars 90 forks source link

Bug rfc1918 correction #321

Open tinpotnick opened 8 months ago

tinpotnick commented 8 months ago

This corrects the RFC 1918 address ranges.

I haven't fixed anything I set out to, as when setting the external IP this becomes the address to check and doesn't use these addresses for external IP - which is where the --local-net flag comes in.

I have opened this PR for correctness.

davehorton commented 7 months ago

@tinpotnick I'd prefer to merge this PR without the change to the Dockerfile, as I am not sure that will work in 100% of the cases. Could you remove that piece for now, or to a separate PR?

tinpotnick commented 7 months ago

Removed non-related items