Viewing profile — hwdsl2
hwdsl2
HN member- Joined
- Mon, Jul 06, 2015, 6:44 AM UTC
- HN karma
- 166
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About hwdsl2
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
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…
- story
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
-
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…
- story
- story
- story
-
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…
-
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.
-
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 …