-
Notifications
You must be signed in to change notification settings - Fork 326
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
allow to use resolvconf instead of resolv.conf #486
Comments
Isn't this a duplicate of #101? If not please explain the difference. In any case we'll have to review issue #101 again and understand why it had been closed. I may be wrong but I seem to recall that's because this issue was beyond the reach of openfortivpn - pppd would be the culprit. Perhaps pull request #483 can help by preventing pppd messing with DNS settings by default, which was not possible until now. Once this pull request is applied, we can make sure openfortivpn calls resolvconf. Also which Linux distribution are you using? For example on Ubuntu 16.04 it looks like pppd is set to use resolvconf:
How is pppd set up on you Linux distribution? |
I believe this comment by you Dimitri was the point at which (at least in my understanding) a fix was on the way. Unfortunately, we had to revert it, but with #483 I believe I have found what went wrong. |
Ah right. So I understand we need to replace all the code directly modifying
to:
Then when shutting down:
Should we replace the code modifying directly |
I think we should check if resolvconf is available and use it then, and if not fall back to the current mechanism directly modifying |
this is still to be done although the behavior intended in #330 is back again in the 1.11.0 Release via #483 |
this implements the feature request from adrienverge#486 and adrienverge#101
this implements the feature request from adrienverge#486 and adrienverge#101
this implements the feature request from adrienverge#486 and adrienverge#101
this implements the feature request from adrienverge#486 and adrienverge#101, update help and man page
this implements the feature request from adrienverge#486 and adrienverge#101, update help and man page
resolvconf support is available on the master branch and can be tested there now |
--set-dns
should callresolvconf
the same way theupdate-resolv-conf
script does it for openvpn instead of directly modifyingresolv.conf
The text was updated successfully, but these errors were encountered: