Skip to content
Snippets Groups Projects
Unverified Commit f69e3883 authored by Bensong Liu's avatar Bensong Liu
Browse files

bug fix

parent 3d99eb64
No related branches found
No related tags found
No related merge requests found
# UDP forwarder - dynPort # UDP forwarder EX
Create a UDP tunnel to forward a udp port. The tunnel applies some magic to trick the noob Great Firewall deep learning VPN Create a UDP tunnel to forward a udp port. The tunnel applies some magic to trick the noob Great Firewall deep learning VPN
detection. detection.
...@@ -17,7 +17,7 @@ Inspired by a naive udp-forward. I want to test what would happen, if I change t ...@@ -17,7 +17,7 @@ Inspired by a naive udp-forward. I want to test what would happen, if I change t
``` ```
mkdir build && cd build mkdir build && cd build
cmake .. && make cmake .. && make
./udp_forwarder_ng [args ...] ./udp-forwarder [args ...]
``` ```
## Common Deployment ## Common Deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment