Skip to content

Commit

Permalink
added install script for nginx settings
Browse files Browse the repository at this point in the history
  • Loading branch information
clayauld committed Oct 6, 2021
1 parent a638b91 commit efa358a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nginx/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /bin/bash
echo
echo "This script installs the transparent-proxy.service to systemd and transparent-proxy script to /usr/local/bin"
echo
curl -s https://raw.githubusercontent.com/clayauld/Secure-Adblocking-DNS/master/nginx/transparent-proxy.service > /lib/systemd/system/transparent-proxy.service
curl -s https://raw.githubusercontent.com/clayauld/Secure-Adblocking-DNS/master/nginx/transparent-proxy.sh > /usr/local/bin/transparent-proxy
sudo systemctl daemon-reload
sudo systemctl enable transparent-proxy.service
echo Finished!
echo

0 comments on commit efa358a

Please sign in to comment.