[GH-ISSUE #57] UDP proxy does not work properly #31

Closed
opened 2026-02-27 23:15:07 +03:00 by kerem · 4 comments
Owner

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?

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?
kerem closed this issue 2026-02-27 23:15:08 +03:00
Author
Owner

@snail007 commented on GitHub (Apr 20, 2018):

what the starting command is? And the log?

<!-- gh-comment-id:382982374 --> @snail007 commented on GitHub (Apr 20, 2018): what the starting command is? And the log?
Author
Owner

@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

<!-- gh-comment-id:382992779 --> @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
Author
Owner

@PtDragon commented on GitHub (Apr 20, 2018):

log
2018/04/20 02:26:49 worker proxy [PID] 1266 running...

            ########  ########   #######  ##     ## ##    ##
            ##     ## ##     ## ##     ##  ##   ##   ##  ##
            ##     ## ##     ## ##     ##   ## ##     ####
            ########  ########  ##     ##    ###       ##
            ##        ##   ##   ##     ##   ## ##      ##
            ##        ##    ##  ##     ##  ##   ##     ##
            ##        ##     ##  #######  ##     ##    ##

            v4.6 by snail , blog : http://www.host900.com/

2018/04/20 02:26:49 use udp parent remote_ip:22001
2018/04/20 02:26:49 udp proxy on local_ip:22001

<!-- gh-comment-id:382993473 --> @PtDragon commented on GitHub (Apr 20, 2018): log 2018/04/20 02:26:49 worker proxy [PID] 1266 running... ######## ######## ####### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #### ######## ######## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ####### ## ## ## v4.6 by snail , blog : http://www.host900.com/ 2018/04/20 02:26:49 use udp parent remote_ip:22001 2018/04/20 02:26:49 udp proxy on local_ip:22001
Author
Owner

@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.

<!-- gh-comment-id:383246321 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#31
No description provided.