From 6799416e2d3f9f91ea743e18cc35f28cd9560734 Mon Sep 17 00:00:00 2001 From: Andrew Paglusch Date: Sat, 9 Oct 2021 00:53:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aede68f..e5bfa63 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ You can read more about Nebula [on the official repo](https://github.com/slackhq nebula_inbound_rules: - { port: "any", proto: "icmp", host: "any" } - { port: 22, proto: "tcp", host: "any" } - - { port: 4505, proto: "tcp", host: "10.43.0.1/32" } - - { port: 4506, proto: "tcp", host: "10.43.0.1/32" } + - { port: 4505, proto: "tcp", cidr: "10.43.0.1/32" } + - { port: 4506, proto: "tcp", cidr: "10.43.0.1/32" } nebula_outbound_rules: - { port: "any", proto: "any", host: "any" }