diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 20:09:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 20:09:33 -0500 |
| commit | 170f548a619b0380acb8137f24ffce0478e0b753 (patch) | |
| tree | 33872391a050d9f6be9a2c4df79450a9d1cf3d77 /Makefile | |
| parent | 970e6c24dc98d81e1726db3afe1dca8a67ad4832 (diff) | |
start worked from protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -37,9 +37,8 @@ git-clone: # go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod -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 + +start-bind.wit.com-http: + curl --silent http://localhost:8080/start?start=bind.wit.com |
