commit d401eeb5bcac81e80fb12d7261716a11fa5884cb
parent 59620c13d5f8d3a6d9ef5f9068ceefd428753119
Author: Natalie Pendragon <natpen@natpen.net>
Date: Thu, 26 Nov 2020 14:47:53 -0500
Bind to both IPv4 and IPv6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infra/gus.service b/infra/gus.service
@@ -12,7 +12,7 @@ RestartSec=5
WorkingDirectory=/home/gus/code/gus
Environment="PYTHONUNBUFFERED=1"
ExecStart=/home/gus/.poetry/bin/poetry run serve \
- --host 0.0.0.0 \
+ --host "::" \
--port 1965 \
--hostname gus.guru \
--tls-certfile certs/cert.pem \