nebula/examples
Wade Simmons ea2c186a77
remote_allow_ranges: allow inside CIDR specific remote_allow_lists (#540)
This allows you to configure remote allow lists specific to different
subnets of the inside CIDR. Example:

    remote_allow_ranges:
      10.42.42.0/24:
        192.168.0.0/16: true

This would only allow hosts with a VPN IP in the 10.42.42.0/24 range to
have private IPs (and thus don't connect over public IPs).

The PR also refactors AllowList into RemoteAllowList and LocalAllowList to make it clearer which methods are allowed on which allow list.
2021-10-19 10:54:30 -04:00
..
quickstart-vagrant Remove obsolete systemd unit settings (take 2) (#438) 2021-04-07 12:02:40 -05:00
service_scripts Remove obsolete systemd unit settings. (#412) 2021-03-18 12:29:36 -07:00
config.yml remote_allow_ranges: allow inside CIDR specific remote_allow_lists (#540) 2021-10-19 10:54:30 -04:00