nebula more ports
This commit is contained in:
parent
3849c3720b
commit
e3b25a5bc1
@ -8,6 +8,9 @@ in {
|
|||||||
cert = "/etc/nebula/gabriel/${hostname}.crt";
|
cert = "/etc/nebula/gabriel/${hostname}.crt";
|
||||||
key = "/etc/nebula/gabriel/${hostname}.key";
|
key = "/etc/nebula/gabriel/${hostname}.key";
|
||||||
|
|
||||||
|
listen.host = "[::]";
|
||||||
|
listen.port = 0; # dynamic ip
|
||||||
|
|
||||||
staticHostMap = {
|
staticHostMap = {
|
||||||
"192.168.18.36" = [ "${mastus}:4242" ];
|
"192.168.18.36" = [ "${mastus}:4242" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user