Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireproxy listen a random udp port #87

Open
kousyougi opened this issue Aug 19, 2023 · 1 comment
Open

wireproxy listen a random udp port #87

kousyougi opened this issue Aug 19, 2023 · 1 comment

Comments

@kousyougi
Copy link

[Interface]
Address =
PrivateKey =
DNS = 1.1.1.1

[Peer]
PublicKey =
Endpoint =

[Socks5]
BindAddress = 0.0.0.0:8080

I only listen one port for socks5
But when I check "netstat -tulpn"
There are random udp port listening
for example:
udp 0 0 0.0.0.0:35328 0.0.0.0:* 17632/wireproxy
udp 0 0 :::35328 :::* 17632/wireproxy

What do these udp port listen for ?

Thanks

@fmierlo
Copy link

fmierlo commented Apr 9, 2024

This is the wireguard port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants