diff options
Diffstat (limited to 'ipv6.sh')
-rwxr-xr-x | ipv6.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # Enable IPV6 if needed | ||
4 | if test -z "$IPV6_DISABLE"; then | ||
5 | echo '$SERVER["socket"] == "[::]:" + env.PORT { }' | ||
6 | fi | ||