mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Use 'localhost' by default as 'public address'. Can override with --public-ip.
This commit is contained in:
@@ -608,7 +608,7 @@ program
|
||||
.option('--public-ip <ip>'
|
||||
, 'public ip for global access'
|
||||
, String
|
||||
, ip())
|
||||
, 'localhost')
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli:local')
|
||||
, args = arguments
|
||||
|
||||
Reference in New Issue
Block a user