From dc023ffb94700519374f2ef705c52d1ca5143c7f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 May 2020 13:29:30 +0200 Subject: listen on * by default --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 504803a..b1a4cac 100644 --- a/index.pl +++ b/index.pl @@ -688,7 +688,7 @@ get '/:stop' => \&handle_request; app->config( hypnotoad => { - listen => [ $ENV{VRRFAKEDISPLAY_LISTEN} // 'http://127.0.0.1:8091' ], + listen => [ $ENV{VRRFAKEDISPLAY_LISTEN} // 'http://*:8091' ], pid_file => '/tmp/vrr-fakedisplay.pid', workers => $ENV{VRRFAKEDISPLAY_WORKERS} // 2, }, -- cgit v1.2.3