fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
87.08k stars 13.42k forks source link

UDP over UDP tunnel #4531

Closed scriptchildie closed 2 weeks ago

scriptchildie commented 2 weeks ago

Describe the feature request

Hi fantastic project.

I was wondering if there is a way to tunnel UDP traffic over UDP instead of the TCP Port.

Ideally want to have another option in the config file bindUdpPort

Please let me know if it's already implemented and I missed it.

Thank you

Describe alternatives you've considered

No response

Affected area

fatedier commented 2 weeks ago

https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L83

kcp and quic are based on UDP.

scriptchildie commented 2 weeks ago

nice one thanks!