kaluche
Results
1
comments of
kaluche
I changed this : `s = socket(AF_INET, SOCK_STREAM)` To this : `s = socket.socket(AF_INET, SOCK_STREAM)` But I'm still having issue to make the relay work ... It's looping on :...