Change default syncserver listen.port to a safer one.
This commit is contained in:
parent
42c3c205c4
commit
0d13ea0131
@ -50,7 +50,8 @@ in
|
||||
|
||||
listen.address = mkOption {
|
||||
type = types.str;
|
||||
default = "0.0.0.0";
|
||||
default = "127.0.0.1";
|
||||
example = "0.0.0.0";
|
||||
description = ''
|
||||
Address on which the sync server listen to.
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user