Qubes-Community / Contents

Community documentation, code, links to third-party resources, ... See the issues and pull requests for pending content. Contributions are welcome !
258 stars 98 forks source link

Auto reconnect VPN if disconnected #136

Closed kakooloukia closed 3 years ago

kakooloukia commented 3 years ago

I have done this change on my setup to fix the random disconnection I am facing.

If the VPN go down, wait and reconnect to the vpn

jamke commented 3 years ago

This is not a good commit because file /rw/config/rc.local may have a lot of other completely not-related stuff that supposed to be run once. The proper way - to re-run the vpn commands that are moved to the different script and call it once from rc.local and qubes-vpn-handler.sh as many times as needed.

awokd commented 3 years ago

@jamke This whole document is (slowly) being rewritten, and many of the scripts will go away. What wording do you think we should add in the meantime?