mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
9b77b47022
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Enable IPV6 if needed
|
|
if [[ "${IPV6_DISABLE}" != "1" ]]; then
|
|
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
|
|
fi
|