dtlspipe
dtlspipe copied to clipboard
Generic DTLS wrapper for UDP sessions
Results
2
dtlspipe issues
Sort by
recently updated
recently updated
newest added
i have 2 IPs for a server imagine my IPs are 1.1.1.1 and 2.2.2.2 i want the client to connect to 2.2.2.2:2815 and the server gives the data to client...
## server The IP address of this host is 1.1.1.1, and it is running the servers wg and dtlspipe ``` ./dtlspipe.linux-amd64 -psk 5b7feba846ec1b202964ef7c82270676 server 0.0.0.0:2815 127.0.0.1:65431 ``` wg0.conf: ``` [Interface]...