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