diff --git a/pihole-sync b/pihole-sync index cf42ac9..2f8728e 100755 --- a/pihole-sync +++ b/pihole-sync @@ -4,11 +4,25 @@ # pihole-cloudsync # Helper script to keep multiple Pi-holes' lists synchronized via Git +# ORIGINAL AUTHOR # Steve Jenkins (stevejenkins.com) # https://github.com/stevejenkins/pihole-cloudsync -version='5.0' -update='December 26, 2020' +# Joel Goguen +# https://github.com/jgoguen/pihole-cloudsync +# * Provide docker support +# * Allow non-master branches + +# Jon Stephens +# https://github.com/wetnun/pihole-cloudsync +# * Remove collection of csv files in favor of dump +# * Move import/export to helper functions +# * Allow ENV file so you don't have to edit git files +# * Fix issue of custom whitelist/domains don't work in agents because of groups missing +# * Removed hard tabs, I just don't like them + +version='6.0' +update='December 9, 2021' # SETUP # Follow the instructions in the README to set up your own private Git @@ -18,18 +32,23 @@ update='December 26, 2020' # USAGE: pihole-cloudsync