@@ -118,14 +118,16 @@ lighthouse:
118
118
119
119
# # lighthouse.interval
120
120
121
- <Pill className="mb-24">Default : 10</Pill>
121
+ <Pill className="mb-24">Default : 10</Pill> <Pill className="mb-24">Reloadable</Pill>
122
122
123
123
` interval` specifies how often a nebula host should report itself to a lighthouse. By default, hosts report themselves
124
124
to lighthouses once every 10 seconds. Use caution when changing this interval, as it may affect host discovery times in
125
125
a large nebula network.
126
126
127
127
# # lighthouse.hosts
128
128
129
+ <Pill className="mb-24">Reloadable</Pill>
130
+
129
131
:::warning
130
132
131
133
This should be empty on lighthouse nodes
@@ -143,6 +145,8 @@ lighthouse:
143
145
144
146
# # lighthouse.remote_allow_list
145
147
148
+ <Pill className="mb-24">Reloadable</Pill>
149
+
146
150
` remote_allow_list` allows you to control ip ranges that this node will consider when handshaking to another node. By
147
151
default, any remote IPs are allowed. You can provide CIDRs here with `true` to allow and `false` to deny. The most
148
152
specific CIDR rule applies to each remote. If all rules are "allow", the default will be "deny", and vice-versa. If both
@@ -162,6 +166,8 @@ lighthouse:
162
166
163
167
# # lighthouse.local_allow_list
164
168
169
+ <Pill className="mb-24">Reloadable</Pill>
170
+
165
171
` local_allow_list` allows you to filter which local IP addresses we advertise to the lighthouses. This uses the same
166
172
logic as `remote_allow_list`, but additionally, you can specify an `interfaces` map of regular expressions to match
167
173
against interface names. The regexp must match the entire name. All interface rules must be either true or false (and
@@ -180,6 +186,8 @@ lighthouse:
180
186
181
187
# # lighthouse.advertise_addrs
182
188
189
+ <Pill className="mb-24">Reloadable</Pill>
190
+
183
191
` advertise_addrs` are routable addresses that will be included along with discovered addresses to report to the
184
192
lighthouse. The format is "ip:port". `port` can be `0`, in which case the actual listening port will be used in its
185
193
place, useful if `listen.port` is set to `0`. This option is mainly useful when there are static IP addresses the host
@@ -188,6 +196,8 @@ multiple paths to the internet.)
188
196
189
197
# # lighthouse.calculated_remotes
190
198
199
+ <Pill className="mb-24">Reloadable</Pill>
200
+
191
201
:::danger
192
202
193
203
EXPERIMENTAL : This option may change or disappear in the future. This setting allows nebula to "guess" what the remote
0 commit comments