We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even though I config the server as 10.99.0.0 255.255.0.0, the generated server.conf always says the server is 10.8.0.0 255.255.255.0.
10.99.0.0 255.255.0.0
server.conf
10.8.0.0 255.255.255.0
server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 10.8.0.0 255.255.255.0" push "dhcp-option DNS 8.8.8.8" push "dhcp-option DNS 8.8.4.4"
The reason is hardcoding in openvpn-server-config.tpl:
openvpn-server-config.tpl
openvpn-web-ui/conf/openvpn-server-config.tpl
Line 17 in ef374aa
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Even though I config the server as
10.99.0.0 255.255.0.0
, the generatedserver.conf
always says the server is10.8.0.0 255.255.255.0
.The reason is hardcoding in
openvpn-server-config.tpl
:openvpn-web-ui/conf/openvpn-server-config.tpl
Line 17 in ef374aa
The text was updated successfully, but these errors were encountered: