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
As rfc1928 says, each UDP datagram must carries a UDP request header with it (on page 7). However, my socks5 server only received "HELLO" without any header. Is this some kind of bug of PySocks ? Or is there something wrong with my code?
The text was updated successfully, but these errors were encountered:
This is my simple script with PySocks:
As rfc1928 says, each UDP datagram must carries a UDP request header with it (on page 7). However, my socks5 server only received "HELLO" without any header. Is this some kind of bug of PySocks ? Or is there something wrong with my code?
The text was updated successfully, but these errors were encountered: