Shapeshifter Dispatcher converts Pluggable Transports that implement the Go API from the Pluggable Transports 2.1 specification into proxies usable by applications. Several proxy modes are provided, including proxying of both TCP and UDP traffic.
Hi !
dpi come to my city .. and I'm trying now to overcome it using your project
this my test configuration
I have installed openvpn server and client in one machine ( it's working fine )
I try run it now with shapeshifter by this way
First generate a new pair of configs :
./shapeshifter-dispatcher -generateConfig -transport Shadow -proxylistenaddr 127.0.0.1:4455 -serverIP 127.0.0.1:443
and got two files ShadowClientConfig.json ( rename sscfg1.json)
ShadowClientConfig.json ( rename sscfg1.json)
run server shapeshifter:
./shapeshifter-dispatcher -server -state state -target 127.0.0.1:1194 -bindaddr shadow-127.0.0.1:443 -transports shadow -optionsFile sscfg1.json -logLevel DEBUG -enableLogging
i see in terminal
Hi ! dpi come to my city .. and I'm trying now to overcome it using your project this my test configuration I have installed openvpn server and client in one machine ( it's working fine ) I try run it now with shapeshifter by this way First generate a new pair of configs :
./shapeshifter-dispatcher -generateConfig -transport Shadow -proxylistenaddr 127.0.0.1:4455 -serverIP 127.0.0.1:443
and got two files ShadowClientConfig.json ( rename sscfg1.json) ShadowClientConfig.json ( rename sscfg1.json) run server shapeshifter:./shapeshifter-dispatcher -server -state state -target 127.0.0.1:1194 -bindaddr shadow-127.0.0.1:443 -transports shadow -optionsFile sscfg1.json -logLevel DEBUG -enableLogging
i see in terminaland in dispatcher.log
run client shapeshifter: .
/shapeshifter-dispatcher -client -state state -transports shadow -proxylistenaddr 127.0.0.1:4455 -optionsFile sccfg1.json -logLevel DEBUG -enableLogging -ipcLogLevel DEBUG -extorport 3333
getting in terminaland in dispatcher.log
after running openvpn client ( in log):
2024-09-28 12:07:51 TCP/UDP: Preserving recently used remote address: [AF_INET]127.0.0.1:4455 2024-09-28 12:07:51 Socket Buffers: R=[131072->131072] S=[16384->16384] 2024-09-28 12:07:51 Attempting to establish TCP connection with [AF_INET]127.0.0.1:4455 2024-09-28 12:07:51 TCP connection established with [AF_INET]127.0.0.1:4455 2024-09-28 12:07:51 Socket flags: TCP_NODELAY=1 succeeded 2024-09-28 12:07:51 TCPv4_CLIENT link local: (not bound) 2024-09-28 12:07:51 TCPv4_CLIENT link remote: [AF_INET]127.0.0.1:4455 2024-09-28 12:07:51 Connection reset, restarting [0]
getting in dispatcher.logso, Please if you have time give me hint how i can make it work?