From e00fb0a18136ca8f4bf826952ce7a9b2328e10df Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 30 Dec 2018 13:40:38 +0100 Subject: Bind to localhost by default --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index de7f708..01dd760 100644 --- a/index.pl +++ b/index.pl @@ -663,7 +663,7 @@ get '/:stop' => \&handle_request; app->config( hypnotoad => { - listen => [ $ENV{VRRFAKEDISPLAY_LISTEN} // 'http://*:8091' ], + listen => [ $ENV{VRRFAKEDISPLAY_LISTEN} // 'http://127.0.0.1:8091' ], pid_file => '/tmp/vrr-fakedisplay.pid', workers => $ENV{VRRFAKEDISPLAY_WORKERS} // 2, }, -- cgit v1.2.3