From 5435ebaa4ae712a72aaa531a4e5dc5c72210c082 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 8 Mar 2010 17:23:29 -0500 Subject: [PATCH] force binding to loopback so that our peer identification is legitimate --- msva | 1 + 1 file changed, 1 insertion(+) diff --git a/msva b/msva index 67bb931..ff75909 100755 --- a/msva +++ b/msva @@ -82,6 +82,7 @@ use strict; my $class = shift; # start the server on port 8901 my $self = $class->SUPER::new(8901); + $self->host('localhost'); $self->{allowed_uids} = {}; if (exists $ENV{MSVA_ALLOWED_USERS}) { -- 2.26.2