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