Repository URL to install this package:
|
Version:
1.01 ▾
|
#!/bin/sh
#Enforces the loading of the last web filter used upon booting up
chattr -i /etc/resolv.conf
cp /etc/last-filter-used.conf /etc/resolv.conf
chattr +i /etc/resolv.conf