Listen on 127.0.0.1 by default
This commit is contained in:
parent
2cdc7e1adc
commit
444dc50f59
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
ip="0.0.0.0"
|
||||
ip="127.0.0.1"
|
||||
port="6957"
|
||||
|
||||
workers=$((`getconf _NPROCESSORS_ONLN` * 4))
|
||||
|
|
Loading…
Reference in a new issue