Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasmetal23/60fcd25856c527949208fdb6004f906c to your computer and use it in GitHub Desktop.
Save tomasmetal23/60fcd25856c527949208fdb6004f906c to your computer and use it in GitHub Desktop.
Openresolv - Dns config
cd ~
wget https://repo.saiyans.com.ve/openresolv-3.9.2.tar.xz
tar xf openresolv-3.9.2.tar.xz
cd openresolv-3.9.2
./configure
make
make install
cd ..
rm -rf openresolv-3.9.2*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment