The static host map defines a set of hosts with fixed IP addresses on the internet (or any network). A host can have multiple fixed IP addresses defined here, and nebula will try each when establishing a tunnel.
Declarations
Type
attribute set of list of stringDefault
{ }Example
{
"192.168.100.1" = [
"100.64.22.11:4242"
];
}