From 41457d57864da2aa08050b683eb82a26ab746c37 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Sat, 20 Sep 2025 06:17:43 +0000 Subject: [PATCH] cleaning up remote and local allow lists from readme --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 3de8dcd..871b093 100644 --- a/README.md +++ b/README.md @@ -33,22 +33,6 @@ You can read more about Nebula [on the official repo](https://github.com/slackhq nebula_outbound_rules: - { port: "any", proto: "any", host: "any" } - # Example lighthouse remote_allow_list configuration - # Controls IP ranges that this node will consider when handshaking - nebula_lighthouse_remote_allow_list: - '172.16.0.0/12': false # Block this subnet - '0.0.0.0/0': true # Allow all other IPs - '10.0.0.0/8': false # Block private range - '10.42.42.0/24': true # Allow specific subnet - - # Example lighthouse local_allow_list configuration - # Filters which local IP addresses are advertised to the lighthouses - nebula_lighthouse_local_allow_list: - interfaces: - tun0: false # Block tun0 interface - 'docker.*': false # Block all docker interfaces - '10.0.0.0/8': true # Only advertise this subnet - roles: - role: nebula ```