diff options
| author | tv <tv@xso> | 2011-08-24 22:25:16 +0200 | 
|---|---|---|
| committer | tv <tv@xso> | 2011-08-24 22:25:16 +0200 | 
| commit | d1796749c23c149c484ace763d075ad252334bbd (patch) | |
| tree | 76c691e18e68ba990ea7750cff0d12a70f55a609 | |
| parent | f50678cc1a04bd8b48b1171bdd869bb40694db1c (diff) | |
knut: default to localhost
Your Security Architect will thank you^_-
| -rwxr-xr-x | cholerab/knut/index.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cholerab/knut/index.js b/cholerab/knut/index.js index 0ec6abae..9c536006 100755 --- a/cholerab/knut/index.js +++ b/cholerab/knut/index.js @@ -1,6 +1,6 @@  #! /usr/bin/env node -var host = process.env.host || '0.0.0.0'; +var host = process.env.host || '127.0.0.1';  var port = Number(process.env.port) || 42101;  var pipe = '/tmp/krebscode.painload.cholerab.ttycnser.' + process.env.LOGNAME; | 
