Foxtrt-com / P2P-Private-Chat

A Peer to Peer AES(256)+RSA Chat Client and Rendezvous server
GNU General Public License v3.0
2 stars 0 forks source link

Fix code scanning alert #1

Open Chelsea-Fox opened 2 years ago

Chelsea-Fox commented 2 years ago

Fix code scanning alert - Binding a socket to all network interfaces

Need to try and find out how to bind to the users "primary" IP address, typical solutions seem to be creating a socket and connecting to something random and then getting the IP address from there.

Tracking issue for: