aboutsummaryrefslogtreecommitdiffhomepage
path: root/ipv6.sh
blob: c013ed6e0656cb9f2d4ecbf88bf19f49dff8581d (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

# Enable IPV6 if needed
if test -z "$IPV6_DISABLE"; then
	echo '$SERVER["socket"] == "[::]:" + env.PORT {  }'
fi