mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2026-04-25 12:56:47 +03:00
[GH-ISSUE #13] Server is always 10.8.0.0 255.255.255.0 #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-web-ui#11
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 @sublee on GitHub (Jul 6, 2018).
Original GitHub issue: https://github.com/adamwalach/openvpn-web-ui/issues/13
Even though I config the server as
10.99.0.0 255.255.0.0, the generatedserver.confalways says the server is10.8.0.0 255.255.255.0.The reason is hardcoding in
openvpn-server-config.tpl:github.com/adamwalach/openvpn-web-ui@ef374aa033/conf/openvpn-server-config.tpl (L17)