homer/lighttpd-ipv6.sh

7 lines
131 B
Bash
Raw Permalink Normal View History

2023-09-08 07:44:07 +02:00
#!/bin/sh
# Enable IPV6 if needed
if [[ "${IPV6_DISABLE}" != "1" ]]; then
2023-09-08 07:44:07 +02:00
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
fi