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 | e9bead5873d628de50d53f6c280691830ca11b30 (patch) | |
| tree | 93314e7e8daa2978b5fc46f547056b6e87c46f85 | |
| parent | b394dea078431da274d64897a6cdc3ba9f3465ea (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; | 
