From 50ab6c43fc9ddcc7e6435afcc2b866f1694ecad6 Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Sun, 7 Jun 2020 13:37:45 +0200 Subject: [PATCH] HID Input: listen on IPv6 --- runhidinput.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runhidinput.sh b/runhidinput.sh index 3375cbe..7300401 100755 --- a/runhidinput.sh +++ b/runhidinput.sh @@ -1 +1 @@ -uwsgi --http :8001 --gevent 1000 --http-websockets --master --wsgi-file hidinput.py --callable app +uwsgi --http [::]:8001 --gevent 1000 --http-websockets --master --wsgi-file hidinput.py --callable app