79395697

Date: 2025-01-29 04:06:06
Score: 0.5
Natty:
Report link

Consider to check if it helps to use a specific private (application) port number for the STUN inquiry

stun.get_ip_info(source_ip="0.0.0.0", source_port="54320")

and to also use that instead of PUBLIC_PORT when binding

SOCK.bind((PRIVATE_IP, 54320))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user23509140