freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

Required add fc00::/7 into predefined lists

Open sergey-safarov opened this issue 9 months ago • 2 comments

Is your feature request related to a problem? Please describe. In private IPv6 networks can be used the private IPv6 range 'Unique local address'. https://en.wikipedia.org/wiki/Unique_local_address

This address space is not globally routable and should not used by default for ICE candidates.

Describe the solution you'd like Required to add fc00::/7 as deny network into 'rfc1918.auto', 'wan.auto', 'wan_v6.auto' lists. https://github.com/signalwire/freeswitch/blob/122c5898157bb2ddf97ac34e447825e5dfae102a/src/switch_core.c#L1492-L1512

Additional context Checked via FS source in the master branch

sergey-safarov avatar Jan 08 '25 20:01 sergey-safarov