mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
7 lines
124 B
Bash
7 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Enable IPV6 if needed
|
||
|
if test -z "$IPV6_DISABLE"; then
|
||
|
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
|
||
|
fi
|