projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5391b60
)
force binding to loopback so that our peer identification is legitimate
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 8 Mar 2010 22:23:29 +0000
(17:23 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 8 Mar 2010 22:23:29 +0000
(17:23 -0500)
msva
patch
|
blob
|
history
diff --git
a/msva
b/msva
index 67bb93147ba45ed39b91fbd265b9373776cd0cfd..ff75909ced0792a2146ab7e146aa6fc8e8d7d3af 100755
(executable)
--- 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}) {