nebula more ports

This commit is contained in:
Gabriel Ebner 2022-11-18 23:05:41 -08:00
parent 3849c3720b
commit e3b25a5bc1
1 changed files with 3 additions and 0 deletions

View File

@ -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" ];
}; };