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
sock.sendto(json.dumps({"message": "D"}).encode(), ("impact-rings.gl.at.ply.gg", 14011)) # CHANGE YOUR-TUNNEL.gg TO YOUR TUNNEL URL(WITHOUT A PORT) and 14011 to your port
elif line == "UP":
sock.sendto(json.dumps({"message": "U"}).encode(), ("impact-rings.gl.at.ply.gg", 14011)) # CHANGE YOUR-TUNNEL.gg TO YOUR TUNNEL URL(WITHOUT A PORT) and 14011 to your port