Skip to content
New issue

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

Config overlapping #93

Closed
rocketsixtynine opened this issue Dec 23, 2021 · 1 comment
Closed

Config overlapping #93

rocketsixtynine opened this issue Dec 23, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@rocketsixtynine
Copy link

rocketsixtynine commented Dec 23, 2021

pls refactor ovpn exec command, since we are using config file anyway

openvpn --config /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --port 1194 --proto tcp --management 127.0.0.1 8989 --dev tun0 --server ${OVPN_SRV_NET} ${OVPN_SRV_MASK}

For ex: no need to use flags like "--port 1194" since we have a flag "--config /etc/openvpn/openvpn.conf", use config file instead

@pashcovich pashcovich added the wontfix This will not be worked on label Dec 23, 2021
@pashcovich
Copy link
Contributor

we have situations where we run a couple of containers in kubernetes with the same configuration file, but with a different port and protocol, because of this we use this configuration method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants