homer/lighttpd-ipv6.sh

7 lines
131 B
Bash
Executable File

#!/bin/sh
# Enable IPV6 if needed
if [[ "${IPV6_DISABLE}" != "1" ]]; then
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
fi