fredliang44 / derper-docker

tailscale‘s selfhosted derp-server docker image
https://tailscale.com/kb/1118/custom-derp-servers/
GNU General Public License v3.0
243 stars 58 forks source link

Please update README with UDP port mapping #5

Closed yaleh closed 2 years ago

yaleh commented 2 years ago

Hi there,

I noticed that the example in README reads:

docker run -e DERP_DOMAIN=derper.your-domain.com -p 80:80 -p 443:443 -p 3478:3478 fredliang/derper

But 3478 port in the docker instance is a UDP port. Please update it. Thanks.

yaleh commented 2 years ago

And package ca-certificates is also necessary for letsencrypt.

fredliang44 commented 2 years ago

@yaleh thanks for reporting these issues, I will fix them shortly.

fredliang44 commented 2 years ago

@yaleh I made a fix for the problems, could you help me double check whether it works as expected now? please feel free to reopen this issue if you met any other problem.

yaleh commented 2 years ago

Perfect.

I tried it, it works smoothly now.

Thanks for your effort.