You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I was planning on using this program to possibly route the traffic from multiple Wireguard interfaces on my server, each of which listening to a different port.
The way that this program works, I see no way of making this possible other than having multiple instances of udp2raw running simultaneously on different ports.
This is not by itself a major issue, except that if you're trying to bypass firewalls you typically want udp2raw listening on port 443, to avoid suspicious.
Therefore, I would like to request a feature where the client would specify the IP and the port which he would like the packets to be redirected.
Concretely, you would initialize the server by only specifying the port to listen on, i.e.
$ udp2raw -s -a -l 0.0.0.0:443
and the client would then point to the server and make a request for the final location of the packet, i.e.
This would allow for a single instance of udp2raw running on the server to serve multiple clients at the same time, to a flexible final destination, whether it would be on localhost (e.g.: multiple Wireguard interfaces each listening on a different point) or different servers via the udp2raw server.
The text was updated successfully, but these errors were encountered:
Hi there, I was planning on using this program to possibly route the traffic from multiple Wireguard interfaces on my server, each of which listening to a different port.
The way that this program works, I see no way of making this possible other than having multiple instances of udp2raw running simultaneously on different ports.
This is not by itself a major issue, except that if you're trying to bypass firewalls you typically want udp2raw listening on port 443, to avoid suspicious.
Therefore, I would like to request a feature where the client would specify the IP and the port which he would like the packets to be redirected.
Concretely, you would initialize the server by only specifying the port to listen on, i.e.
and the client would then point to the server and make a request for the final location of the packet, i.e.
This would allow for a single instance of udp2raw running on the server to serve multiple clients at the same time, to a flexible final destination, whether it would be on localhost (e.g.: multiple Wireguard interfaces each listening on a different point) or different servers via the udp2raw server.
The text was updated successfully, but these errors were encountered: