📝 Release Notes
- Add
bind_address_no_portoption for dial fields 1 - Fixes and improvements
1:
Adds the Linux socket option IP_BIND_ADDRESS_NO_PORT support when explicitly binding to a source address.
This allows reusing the same source port for multiple connections, improving scalability for high-concurrency proxy scenarios.
See Dial Fields.