reading ip address to start headless browser from config file

This commit is contained in:
2021-07-25 09:07:07 +04:00
parent 345a657bbd
commit b5b38bda46
3 changed files with 26 additions and 86 deletions

2
run.sh
View File

@@ -4,7 +4,7 @@ go build .
./laplace -setconfig
./laplace -tls -addr 0.0.0.0:8888 &
./laplace -headless -addr 192.168.0.175:8888 &
./laplace -headless &
sleep 2