From ce2d3e945a906e56ef43ef29d329a9f39314fcef Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 8 Sep 2023 01:44:07 -0400 Subject: fix: allow disabling IPv6 --- ipv6.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ipv6.sh (limited to 'ipv6.sh') diff --git a/ipv6.sh b/ipv6.sh new file mode 100755 index 0000000..c013ed6 --- /dev/null +++ b/ipv6.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Enable IPV6 if needed +if test -z "$IPV6_DISABLE"; then + echo '$SERVER["socket"] == "[::]:" + env.PORT { }' +fi -- cgit v1.2.3