quicssh icon indicating copy to clipboard operation
quicssh copied to clipboard

Unable to connect over port 53

Open rupansh opened this issue 1 year ago • 0 comments

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

rupansh avatar Jan 22 '24 12:01 rupansh