Live data from Hacker News

Viewing profile — hwdsl2

hwdsl2

HN member
Joined
Mon, Jul 06, 2015, 6:44 AM UTC
HN karma
166
Public activity
45 items

About hwdsl2

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #47783458

    The official image requires you to write and mount a complete "config.yaml" before the container will even start. This image auto-generates the config from environment variables on…

  6. story
  7. story
    Show HN: Docker setup for Headscale (self-hosted Tailscale control server)

    This provides a Docker-based setup for Headscale with minimal manual configuration. The Docker image is built automatically via GitHub Actions. On first start it: * Generates confi…

  8. comment
    Comment #31313939

    Hi, I am not sure what "false VPN propaganda" you are referring to? In the GitHub README there is no "propaganda" and it contains mainly just the facts about the project. If you wo…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #13999136

    You can easily build your own IPsec VPN server using a one-liner [1], with support for both IPsec/L2TP and Cisco IPsec. Disclosure: I am the author of this repo. [1] https://github…

  18. story
  19. comment
    Comment #13497759

    For people seeking a more secure option: You can easily build your own IPsec VPN server using a one-liner [1], with support for both IPsec/L2TP and Cisco IPsec. Disclosure: I am th…

  20. story
  21. story
  22. story
  23. comment
    Comment #11750164

    One of the benefits could be better portability across machines. If you prefer to set up an IPsec VPN server on a regular VPS, please see [1]. [1] https://github.com/hwdsl2/setup-i…

  24. comment
    Comment #11750118

    You may optionally add "--net=host" to the "docker run" command to let the container use the host's network stack directly. That should eliminate the overhead I think.

  25. comment
    Comment #11750051

    I haven't looked into this yet, but I think it could work on the latest Raspbian 8 [1] which is based on Debian Jessie. You are welcome to clone the source repo on GitHub and give …