Force ipv6 setting

This commit is contained in:
Ben Sarmiento
2023-11-25 15:51:11 +01:00
parent ffddceac7c
commit 1b8f961d07
6 changed files with 56 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
response=$(curl -o /dev/null -s -w "%{http_code}" http://localhost:9999)
response=$(curl -o /dev/null -s -w "%{http_code}" http://zen.box:9999/__all__/)
if [ "$response" -eq 200 ]; then
exit 0
else