netproxy | 4层的网络代理,可以用来模拟网络延迟和丢包,帮助更好的测试程序
kandi X-RAY | netproxy Summary
kandi X-RAY | netproxy Summary
4层的网络代理,可以用来模拟网络延迟和丢包,帮助更好的测试程序
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- updateCommandFunc is the handler for update requests
- Pause the API
- resumeCommandFunc is used to resume a remote agent
- List the list of proxies
- NewUpdateCommand returns the cobra command for update subcommands
- UnMarshalCtlFromReader unmarshals Ctl from io . Reader
- Main entry point
- NewListCommand returns cobra . Command for list subcommands
- NewResumeCommand returns cobra . Command for resume
- NewPauseCommand returns cobra . Command for pause
netproxy Key Features
netproxy Examples and Code Snippets
Community Discussions
Trending Discussions on netproxy
QUESTION
I developed a UDP proxy according to this git project, and now looking for the way to configure the udp proxy in my computer so I can track UDP requests.
I know how to configure a TCP proxy, is there a similar way to configure a UDP proxy?
OS is Windows 10 Pro.
...ANSWER
Answered 2020-Mar-16 at 10:23There is no such thing as a generic system wide UDP proxy. The project you use is essentially a forwarder which listen on some local IP,port and forwards to a predefined remote IP,port. This means you have to setup your specific UDP application to not talk to the remote IP but to your local IP instead. How this is done depends on your specific UDP application.
... so I can track UDP requests.
For tracking traffic this proxy might even be the wrong approach. Try using a packet sniffer like Wireshark instead.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install netproxy
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page