NordSecurity / nordvpn-linux

NordVPN Linux client
GNU General Public License v3.0
287 stars 44 forks source link

Try to restore resolv.conf #466

Closed keliramu closed 5 days ago

keliramu commented 2 weeks ago

Multiple times issue with resolv.conf not being restored was reported. To address this issue - on daemon start, check if /etc/resolv.conf contains Nordvpn changes and try to restore - if backup exists then from backup, if no backup - generate simple dns settings file. Note: backup logic was always to check if backup is already exists then do not make new one.