nebula/examples
Wade Simmons 7b9287709c
add listen.send_recv_error config option (#670)
By default, Nebula replies to packets it has no tunnel for with a `recv_error` packet. This packet helps speed up re-connection
in the case that Nebula on either side did not shut down cleanly. This response can be abused as a way to discover if Nebula is running
on a host though. This option lets you configure if you want to send `recv_error` packets always, never, or only to private network remotes.
valid values: always, never, private

This setting is reloadable with SIGHUP.
2022-06-27 12:37:54 -04:00
..
quickstart-vagrant Remove firewall.conntrack.max_connections from examples (#684) 2022-06-23 10:29:54 -05:00
service_scripts Remove obsolete systemd unit settings. (#412) 2021-03-18 12:29:36 -07:00
config.yml add listen.send_recv_error config option (#670) 2022-06-27 12:37:54 -04:00