diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 19:34:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 19:34:32 -0500 |
| commit | 970e6c24dc98d81e1726db3afe1dca8a67ad4832 (patch) | |
| tree | 0312e1b4b2532c5f5600fbdba3e8f5464da9092e /Makefile | |
| parent | 07ef0b9f5bad28d5e280f7cfb55feafd36b35e80 (diff) | |
compiles
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,7 @@ release-build: # makes a .deb package debian: + rm -f ~/incoming/virtigod*deb go-deb --no-gui --repo go.wit.com/lib/daemons/virtigod goimports: @@ -39,3 +40,6 @@ git-clone: start: rm -f /tmp/pihole.wit.com.xml ./virtigod --start pihole.wit.com + +start-pihole.wit.com-http: + curl --silent http://localhost:8080/start?start=pihole.wit.com |
