Listen on 127.0.0.1 by default

This commit is contained in:
Klaus-Uwe Mitterer 2017-10-12 14:32:29 +02:00
parent 2cdc7e1adc
commit 444dc50f59
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -1,6 +1,6 @@
#!/bin/bash
ip="0.0.0.0"
ip="127.0.0.1"
port="6957"
workers=$((`getconf _NPROCESSORS_ONLN` * 4))