]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - lighttpd-ipv6.sh
Bump vite from 4.4.9 to 4.5.2
[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