mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
fix: reverse IPV6_DISABLE logic
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
This commit is contained in:
parent
c8470d1e75
commit
9b77b47022
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Enable IPV6 if needed
|
# Enable IPV6 if needed
|
||||||
if [[ "${IPV6_DISABLE}" == "1" ]]; then
|
if [[ "${IPV6_DISABLE}" != "1" ]]; then
|
||||||
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
|
echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user