]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - lighttpd-ipv6.sh
fix: rename ipv6.sh -> lighttpd-ipv6.sh
[github/bastienwirtz/homer.git] / lighttpd-ipv6.sh
1 #!/bin/sh
2
3 # Enable IPV6 if needed
4 if [[ "${IPV6_DISABLE}" == "1" ]]; then
5 echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
6 fi