mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #18] Define ip range #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akatreyt on GitHub (Dec 28, 2016).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/18
Is is possible to define the ip range in the env file?
@hwdsl2 commented on GitHub (Dec 28, 2016):
@akatreyt Hello! Defining the IP range is not supported in the original project. However, you may want to check out @jpillora's fork [1] which adds this functionality along with the ability to create multiple users. Here are his commits [2], including modifications to
run.sh[3]. Disclaimer: I have not tested his project.[1] https://github.com/jpillora/docker-ipsec-vpn-server
[2] https://github.com/jpillora/docker-ipsec-vpn-server/compare/bcd9774...jpillora:master
[3]
github.com/jpillora/docker-ipsec-vpn-server@088614f1c5@akatreyt commented on GitHub (Dec 28, 2016):
awesome, thanks