You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already submitted several PR, but they have not been accepted.
Reason required to write unit tests.
I cannot write unit tests.
But I can report an issue.
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.freeswitch/src/switch_core.c
Lines 1492 to 1512 in 122c589
Additional context
Checked via FS source in the master branch
The text was updated successfully, but these errors were encountered: