Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
udp-forwarder-ex
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
udp-forwarder-ex
Commits
1c15be18
There was an error fetching the commit references. Please try again later.
Unverified
Commit
1c15be18
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
update doc
parent
f69e3883
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+20
-2
20 additions, 2 deletions
README.md
res/explain.png
+0
-0
0 additions, 0 deletions
res/explain.png
res/solu.png
+0
-0
0 additions, 0 deletions
res/solu.png
with
20 additions
and
2 deletions
README.md
+
20
−
2
View file @
1c15be18
...
...
@@ -8,7 +8,7 @@ Inspired by a naive udp-forward. I want to test what would happen, if I change t
## Design


## Build
...
...
@@ -20,7 +20,25 @@ cmake .. && make
./udp-forwarder [args ...]
```
## Example
```
# Assume OpenVPN listens base.tw7.recolic.net:1194/UDP
# We run UDPFwd on server:
./udp-forwarder -i plain@0.0.0.0@443 -o plain@::1@1194 --filter reverse@aes@MyPassword
# Then we run UDPFwd on our home router, to provide OpenVPN service:
./udp-forwarder -i plain@0.0.0.0@1194 -o plain@base.tw7.recolic.net@1194 --filter aes@MyPassword
# Good! You can use RouterIP:1194 as your OpenVPN server address now! It will work.
```
## TODOs
dynport module (-i / -o dynport@fe80:1111::1@10000-11000)
obfs method (quic and wechat video) (--filter obfs@quic@some.video.host.apple.com) (--filter obfs@wechat-video)
## Common Deployment


This diff is collapsed.
Click to expand it.
res/explain.png
0 → 100644
+
0
−
0
View file @
1c15be18
93.3 KiB
This diff is collapsed.
Click to expand it.
res/solu.png
0 → 100644
+
0
−
0
View file @
1c15be18
252 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment