Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
dns-settings / usr / share / sbin / load-filter
Size: Mime:
#!/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