mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-22 18:06:11 +00:00
6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Enable IPV6 if needed
|
|
if [[ "${IPV6_DISABLE}" != "1" ]]; then
|
|
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
|
|
fi
|