homer/ipv6.sh

7 lines
124 B
Bash
Raw Normal View History

2023-09-08 07:44:07 +02:00
#!/bin/sh
# Enable IPV6 if needed
if test -z "$IPV6_DISABLE"; then
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
fi