MAkC8
Results
2
comments of
MAkC8
use this : ```python tf.compat.v1.python_io ```
@barbuslex I used UDP-over-TCP based on this solution: client: `gost -L tcp://:8811 -L udp://:8811 -F relay+ssh://:@:22` server: `gost -L "relay+ssh://:@:22/:8811" -L "ss://AEAD_AES_128_GCM:@:8811" -L "ssu://AEAD_AES_128_GCM:@:8811" ` Instead of socks I'm using...