I've enabled UDP traffic over port 53 on the server
I started the server with:
sudo ./quicssh server --bind "0.0.0.0:53"
and client with:
sudo ./quicssh client --addr <redacted>:53
However I keep getting panic: timeout: no recent network activity
I confirmed that I am able to connect to the server on port 998
I've enabled UDP traffic over port 53 on the server
I started the server with:
sudo ./quicssh server --bind "0.0.0.0:53"and client with:
However I keep getting
panic: timeout: no recent network activityI confirmed that I am able to connect to the server on port 998