[PR #106] [CLOSED] useradd.sh & docs #472

Closed
opened 2026-03-02 08:35:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hwdsl2/docker-ipsec-vpn-server/pull/106
Author: @coreyjewett
Created: 12/14/2018
Status: Closed

Base: masterHead: passdb


📝 Commits (3)

  • 4a251f0 Replace VPN_DNS_SRV[12] with VPN_DNS_SRV. Add VPN_DNS_DOMAINS.
  • 5ea498c add "mark" to allow multiple clients originating from behind the same NAT
  • fc591e7 Add useradd.sh to generate credentials and docs for bind mounting credentials.

📊 Changes

6 files changed (+188 additions, -56 deletions)

View changed files

📝 Dockerfile (+2 -1)
📝 README.md (+20 -1)
📝 docker-compose.yml (+8 -0)
📝 run.sh (+83 -54)
useradd.sh (+68 -0)
📝 vpn.env.example (+7 -0)

📄 Description

Docs for external (bind mounted) credentials files. And a script for populating them included right in the container.

I have enough users that the provided mechanism (VPN_ADDL_USERS) was cumbersome. (though not enough to switch to certificates.)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hwdsl2/docker-ipsec-vpn-server/pull/106 **Author:** [@coreyjewett](https://github.com/coreyjewett) **Created:** 12/14/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `passdb` --- ### 📝 Commits (3) - [`4a251f0`](https://github.com/hwdsl2/docker-ipsec-vpn-server/commit/4a251f0da683aa6cc201798627221114f89ac68d) Replace VPN_DNS_SRV[12] with VPN_DNS_SRV. Add VPN_DNS_DOMAINS. - [`5ea498c`](https://github.com/hwdsl2/docker-ipsec-vpn-server/commit/5ea498cfc73a2e82eec39e66d81732148666fbcd) add "mark" to allow multiple clients originating from behind the same NAT - [`fc591e7`](https://github.com/hwdsl2/docker-ipsec-vpn-server/commit/fc591e70c1629c0b6ade935d5298051204687982) Add useradd.sh to generate credentials and docs for bind mounting credentials. ### 📊 Changes **6 files changed** (+188 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -1) 📝 `README.md` (+20 -1) 📝 `docker-compose.yml` (+8 -0) 📝 `run.sh` (+83 -54) ➕ `useradd.sh` (+68 -0) 📝 `vpn.env.example` (+7 -0) </details> ### 📄 Description Docs for external (bind mounted) credentials files. And a script for populating them included right in the container. I have enough users that the provided mechanism (VPN_ADDL_USERS) was cumbersome. (though not enough to switch to certificates.) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 08:35:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#472
No description provided.