mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #57] UDP proxy does not work properly #31
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PtDragon on GitHub (Apr 20, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/57
I did a try to use it in UDP proxy mode for my KCP on other server and it did not work.
Does UDP proxy forward all UDP packets properly?
@snail007 commented on GitHub (Apr 20, 2018):
what the starting command is? And the log?
@PtDragon commented on GitHub (Apr 20, 2018):
proxy udp --local="local_ip:22001" -T udp -L 0 -I 0 -P "remote_ip:22001" --forever --daemon
@PtDragon commented on GitHub (Apr 20, 2018):
log
2018/04/20 02:26:49 worker proxy [PID] 1266 running...
2018/04/20 02:26:49 use udp parent remote_ip:22001
2018/04/20 02:26:49 udp proxy on local_ip:22001
@snail007 commented on GitHub (Apr 20, 2018):
first , your args maybe have some mistake, right example
./proxy udp -p ":5353" -T udp -P "8.8.8.8:53"
second , in order to debugging and show the log in console ,you should remove args —forever --daemon,and then use your client access local port, and then give me the log,and the right starting command.