From 9f5affe4bc70b15a040f6cbb58119938858037ab Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 17:25:20 -0500 Subject: [PATCH] Version breakout --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb664c..802bc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,52 @@ #Changelog +## 1.7 + +## 1.6 + +## 1.5 + +## 1.4 + +### 1.4.3 +### 1.4.2 +### 1.4.1 + +## 1.3 + +### 1.3.4 +### 1.3.3 +### 1.3.2 +### 1.3.1 + +## 1.2 + +### 1.2.5 +### 1.2.4 +### 1.2.3 +### 1.2.2 +### 1.2.1 + +## 1.1 + +### 1.1.6 +### 1.1.5 +### 1.1.4 +### 1.1.3 +### 1.1.2 + +## 1.0 + +Initial release, to [vmstan.com](https://vmstan.com/gravity-sync) + +``` +echo 'Copying gravity.db from HA primary' +rsync -e 'ssh -p 22' ubuntu@192.168.7.5:/etc/pihole/gravity.db /home/pi/gravity-sync +echo 'Replacing gravity.db on HA secondary' +sudo cp /home/pi/gravity-sync/gravity.db /etc/pihole/ echo 'Reloading configuration of HA secondary FTLDNS from new gravity.db' +pihole restartdns reload-lists +echo 'Cleaning up things' +mv /home/pi/gravity-sync/gravity.db /home/pi/gravity- sync/gravity.db.last +``` + +For real, that's it. 7 lines. \ No newline at end of file