Commit Graph

310 Commits (1d43c0a2fa36ddc993db51b1751e26cbc8123fbf)

Author SHA1 Message Date
Promofaux 8c0f860601 Use systemctl/service calls instead of killall to restart/reload dnsmasq
8 years ago
Promofaux 7ee1110351 ugh. pihole.conf.
8 years ago
Promofaux 51c4c51d9e Add trap to check existence of setupVars
8 years ago
Promofaux fc4fe54099 standardise function naming
8 years ago
Promofaux 4c42f00a86 remove uses of ${SUDO} and root check from gravity. As this is handled by `pihole` command.
8 years ago
Promofaux 4f35aac6dd transpose `$` and `"`
8 years ago
Dan Schaper 4418ca9e9f Missing quote replacement.
8 years ago
Dan Schaper 07b7e8a1a6 Track down a couple more variable name changes.
8 years ago
Dan Schaper 7ae2fc37c0 Match up descriptive variable names with `setupVars.conf`. Rectifies Ubuntu 16.04 `gravity.list` bug.
8 years ago
Adam Warner ac49e639bd Fix #718
8 years ago
bcambl 21d4199a38 Merge branch 'development' into dns-hostname-fixes
8 years ago
Promofaux 3ed62d45f5 Source IP addresses from /etc/pihole/setupVars.conf
8 years ago
bcambl 640af300cb additional hostname checks in gravity.sh
8 years ago
Promofaux 6796b8bdad pass argument from pihole command to gravity for -f check
8 years ago
Promofaux 475d016029 hmmm
8 years ago
Promofaux 201304e678 fix variables in gravity to stop it using -f wether it's set or not
8 years ago
Promofaux f6ac0d73b4 Add force delete option
8 years ago
Promofaux ae47be0ce9 Add HelpFunc
8 years ago
Dan Schaper 024b741552 Merge pull request #490 from bcambl/fedora-armhf7
8 years ago
Mcat12 4e95f4678f Merge pull request #540 from pi-hole/bugfix/curl-redirect
8 years ago
Dan Schaper 7670b4e380 Mahakala User Agen modernization
8 years ago
Dan Schaper 636a9123b8 Have `curl` auto-redirect
8 years ago
bcambl 27a9642090 check for sudo via 'command -v' instead of dkpg-query
8 years ago
Jim Liu 08e95ed606 Update gravity.sh
8 years ago
Jim Liu a5ad48aa18 Update gravity.sh
8 years ago
Promofaux ad574f5e90 Replace kill with killall
8 years ago
Promofaux 4941a657bf remove -s switch, as it turns out it worked afterall.
8 years ago
Promofaux 3d4bff9414 Add -s switch to kill command to increase compatability
8 years ago
Adam Warner 99a5b3a98a remove all mentions of spinner
8 years ago
Promofaux 8514f42d0d Correct variable name (Missing capital letter! whoops!)
8 years ago
Promofaux 0c0dd914f7 Fix source lists not being skipped if they are already up to date
8 years ago
Promofaux c6405bc93b Ensure addn-hosts value is updated in /etc/dnsmasq.d/01-pihole.conf if user has a custom value set in pihole.conf
8 years ago
nate 5347ee4896 Write verbose status of processes to debug log & Minor UI Fixes
8 years ago
Promofaux d710b97276 Fix issue raised in #421 (Use variable instead of hardcoded path, do not delete user created pihole.conf!)
8 years ago
Promofaux 0e6e8040ba Change spinstr to match install and uninstall scripts
8 years ago
nate 767b72fbfa Merged branch development into PiHoleController
8 years ago
Mcat12 0fbf72bb09 Change dummy domain and show device's hostname in ping
8 years ago
nate bb66d559e7 Merge branch 'development'
8 years ago
nate 7b8fa3b922 Permissions changed for /etc/pihole and cleaned up some output
8 years ago
nate 28f2a1309e Merge branch 'development'
8 years ago
nate 45f24c8a85 Readded `cat`s that were originally considered UUOC
8 years ago
nate f8427ab789 Merge remote-tracking branch 'refs/remotes/pi-hole/development'
8 years ago
Nate 31fc2bfeb7 Modified gravity.sh to point to new file locations and fixed permission issue
8 years ago
nate 37c1999965 Merged branch ScriptCleanup-Dev into development
8 years ago
nate 86dd4dd784 New spinner for gravity.sh
8 years ago
nate 00b65abd09 Minor changes to reflect new tool usage
8 years ago
nate f2150ee7e1 Merge conflict resolution
8 years ago
nate 2311b42bca Merge branch 'ScriptCleanup-Dev'
8 years ago
nate 8ef4c12f97 Merge branch 'ScriptCleanup'
8 years ago
nate 0b9e78df2c Cleaned code and added prompt for purge on uninstall
8 years ago
Carter Maxwell e4ddf8bc33 remove trailing whitespace gravity.sh
8 years ago
Adam Warner 88674e21cf Update gravity.sh
8 years ago
Promofaux bffc77e478 Add support for comments and blank lines in adlists.default/adlists.list
8 years ago
Adam Warner b7cb3df9bc Merge pull request #305 from fayetted/Issue_304
8 years ago
Adam Warner 3a887af513 Addresses #313
8 years ago
Mcat12 af360a1a20 Merge pull request #298 from fayetted/Issue_297
8 years ago
Daniel Fayette 73bfbba5f7 Set file permisions on /etc/pihole
8 years ago
Daniel Fayette a734927591 Fixes gravity_transport variable interpretation.
8 years ago
Promofaux 5111880edf remove erroneous -o
8 years ago
Promofaux b75b290351 adlists.default copied on each run of gravity. In case it has been overwritten
8 years ago
Promofaux 352ebc3193 outsource list of adlists to a file in /etc/pihole/.
8 years ago
Adam Warner e87443b3e4 add 'http://mirror1.malwaredomains.com/files/justdomains' to list of ad-list sources, can be removed if it causes problems
8 years ago
Adam Warner 74ea597bd8 Cosmetic enhancement. Add the domain 'Pi-Hole.IsWorking.OK' to the top of the domain list to return a friendlier looking domain when pinging a blocked host!
8 years ago
Promofaux 6b76270889 Remove spinner call when adding URLs of adlist to array.. seems to break it.
8 years ago
Promofaux cebdcc71a7 Add $SUDO call to spinner() in gravity.sh
8 years ago
Promofaux 39507b9d0d Added echo ':::' to the top of the file
8 years ago
Promofaux a539dc41f3 Tidy up gravity output to match install script
8 years ago
Leo 8b18fdd322 Update gravity.sh
8 years ago
Leo 1349f584be Use Sudo Detection from Installer in Gravity.sh Also
8 years ago
Adam Warner 5d842a7533 Merging
8 years ago
Adam Warner 2284a27814 Consumes blacklist.sh now, too.
8 years ago
Adam Warner cc62d984d2 Changed whitelist function to outsource to whitelist.sh
8 years ago
jacobsalmela ca5e34a9a9 Merge branch 'master' into whitelist
9 years ago
Jacob Salmela 3fc1817e7a Merge branch 'master' into ipv6
9 years ago
Clinton 987e4e02a9 Fix bug in gravity.sh where IPv6 list was not always populated
9 years ago
Salmela d646612a25 Block ads over IPv6
9 years ago
Jacob Salmela 26dcbfc1f9 hide minor error
9 years ago
klaas01 a6313c9e9e Update gravity.sh
9 years ago
Jacob Salmela c88982d0d5 chmod doesn't apply at initial install
9 years ago
Dan Schaper d215fa9ade Resolve merge confict
9 years ago
Dan Schaper cb91b8f5fa Add copyright headers
9 years ago
Dan Schaper a230df0032 Fix errant )
9 years ago
Dan Schaper b391afef49 Interface pull for multiple platforms
9 years ago
Dan Schaper d068593582 Get last IP for selected interface
9 years ago
Dan Schaper d8034f4156 Get last IP listed for interface
9 years ago
Jacob Salmela 0c3409a028 fixes #111
9 years ago
Jacob Salmela 3b9f7031d5 Merge pull request #96 from dschaper/feature/AtomicFunctions
9 years ago
Jacob Salmela 9fe531d1aa Merge pull request #94 from dschaper/bug/CleanupFiles
9 years ago
Dan Schaper 9892d06c0d Code format cleanups
9 years ago
Dan Schaper d1e475da89 Move black/white list check to pulsar
9 years ago
Dan Schaper c45dc277b6 Tighten themeatics
9 years ago
Dan Schaper 29ae57465b Bug Fix - Cleanup Files
9 years ago
Dan Schaper 23856d65e2 IP address detection update
9 years ago
Cole Turner 03bbef07b5 pinholeIP should only use one IP
9 years ago
Dan Schaper 20399b8262 Build array of active domains to concatenate
9 years ago
Dan Schaper e2b518568e Forgot to start the directory check function
9 years ago
Dan Schaper a5d29a1048 Fix function ordering
9 years ago
Dan Schaper 4f1bb12d36 More functions
9 years ago
Dan Schaper af909e0ee6 Copyright issues
9 years ago
Dan Schaper fe46afd08d More functions
9 years ago
Dan Schaper a1e609d005 Ugly hack permissions
9 years ago
Dan Schaper 668d14e32d Add functions
9 years ago
Dan Schaper f02c37ec07 Start code refactor, eliminate some repetitive code
9 years ago
dschaper 689426180a Resolve merge conflicts
9 years ago
Dan Schaper 763aa6aa5c Change shebang to environment
9 years ago
Jacob Salmela a7d1b0b42c Revert "theme addition"
9 years ago
Jacob Salmela e1b8419a07 theme addition
9 years ago
Jacob Salmela 932d410b66 anal retentive changes
9 years ago
Jacob Salmela c297a86211 decluttering output
9 years ago
Jacob Salmela 1b65193fe4 new hostsfile url
9 years ago
Jacob Salmela a06098bb16 remove filename from whitelist output
9 years ago
Dan Schaper 15b9fb68d7 Remove filename from wc
9 years ago
Dan Schaper 642c31c361 Theme changes
9 years ago
Dan Schaper 8e21488542 hawson memory reductions
9 years ago
Dan Schaper 23eece9443 Upstream Branch pseudo-rebase
9 years ago
Jacob Salmela a36352dfb6 Merge pull request #58 from Giermann/patch-1
9 years ago
Jacob Salmela 4ad2b68ee1 reverting IPv6 so I can merge lighttpd.conf
9 years ago
Sven Giermann d5ffec64f2 add whitespace after $piholeIP
9 years ago
Jacob Salmela 963eacfe05 commenting out mahakala list
9 years ago
Jacob Salmela ee40bc0423 forgot to redirect it to the file
9 years ago
Jacob Salmela 428d5e9a06 Revert "new command to print both the IPv4 and IPv6 address on their own line"
9 years ago
Jacob Salmela 88e6ce041d new command to print both the IPv4 and IPv6 address on their own line
9 years ago
Jacob Salmela e3c0fdfeb7 new variables for IPv4 and IPv6
9 years ago
Jacob Salmela dfbf1a952f deleting tabs and spaces
9 years ago
Jacob Salmela 6976532ef5 Removing IP as input
9 years ago
Jacob Salmela d52fdde2f8 using double bracket notation
9 years ago
Jacob Salmela 533f707578 Merge pull request #45 from jofrep/IP-as-input-parameter
9 years ago
Jofre Palau 4ea397bc71 Removed extra blank space if no IP added
9 years ago
Jofre Palau 885069d440 Allow external IP as an input script parameter: ./gravity.sh 123.123.123.123
9 years ago
Jesse Becker cfac2be334 toggle test case for noswap
9 years ago
Jesse Becker 4a4db7ab56 Allow for local settings to disable swap
9 years ago
Jacob Salmela e19a6c3624 Merge pull request #38 from korhadris/master
9 years ago
jacobsalmela fa77b7b69d increase swap to fix #37 memory error
9 years ago
korhadris 98c94912e1 Replace use of grep -w with grep -x.
9 years ago
korhadris a26377d229 Append ad list sources to latentWhitelist.txt to prevent them from being filtered.
9 years ago
korhadris e464c04490 Ignore domains in ad lists that do not contain `.` characters.
9 years ago
korhadris bb7db11214 Changing printouts when updating sources to tell what is going on when
9 years ago
korhadris 1f29d01694 Remove leading and trailing whitespace and `.` characters and
9 years ago
korhadris d6d192cb0a Use `url` variable to store `${sources[$i]}` value to improve readability.
9 years ago
korhadris 0ec6eab683 Appending ".$justDomainsExtension" to $saveLocation variable.
9 years ago
korhadris 159b29b80b Replace spaces with tabs to make indentation consistent within the file.
9 years ago
Fourdee 9d99a4ef36 Patch 3 - Dont use /etc/hosts
9 years ago
jacobsalmela 563db80b6d resolves #25
9 years ago
jacobsalmela 8f961c1aaa resolves #22
9 years ago
rmceoin f6ccb4b658 Merge remote-tracking branch 'upstream/master'
9 years ago
rmceoin 37e926ce84 Parses host only file formats now. Previously only handled hosts file format.
9 years ago
jacobsalmela 5c4bfb84b0 uses a variable for hostname instead of raspberrypi
9 years ago
rmceoin 552f980430 blacklist was being concatenated with wrong matter
9 years ago
rmceoin 66bb0e7bb3 Strip carriage returns on matter so that whitelists work correctly. Lines that had \r would not match.
9 years ago
rmceoin e9324f8316 Use double brackets for the test.
9 years ago
rmceoin 67aba8c496 If exists, import a config file to allow for overriding script variables.
9 years ago
jacobsalmela 01ac3c1dd3 Ditching the use of the loopback
9 years ago
jacobsalmela c563841714 changing the origin folder
9 years ago
jacobsalmela 457b70f5c5 add IPv6 support in the hosts file
9 years ago
jacobsalmela 61c99ff145 forgot to change origin dir
9 years ago
jacobsalmela 56c776af22 hosts format script
9 years ago
jacobsalmela 18d6f4b747 initial commit
10 years ago
Jacob Salmela 8569c419c1 added file path
10 years ago
Jacob Salmela 2af19a0194 added cmd to restart dns
10 years ago
Jacob Salmela 2131149fda Create gravity.sh
10 years ago