Skip to content

Commit

Permalink
fixed shadow Transparent UDP test
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Apr 7, 2021
1 parent e21dc8a commit fcba8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shTests/TransparentUDP/testUDPShadow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nc -l -u 3333 >$FILENAME &
sleep 1

# Run the transport client
~/go/bin/shapeshifter-dispatcher -transparent -udp -client -state state -target 127.0.0.1:2222 -transports shadow -proxylistenaddr 127.0.0.1:1443 -optionsFile ../../ConfigFiles/shadowClient.json -logLevel DEBUG -enableLogging &
~/go/bin/shapeshifter-dispatcher -transparent -udp -client -state state -target 127.0.0.1:2222 -transports shadow -proxylistenaddr 127.0.0.1:1443 -optionsFile ../../ConfigFiles/shadowClientChaCha.json -logLevel DEBUG -enableLogging &

sleep 1

Expand Down

0 comments on commit fcba8e0

Please sign in to comment.