From 41968551f964a8482651bacb676e24460ebb5dce Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Fri, 28 Feb 2020 11:35:55 -0800 Subject: [PATCH] clarify that lighthouse IP should be nebula range (#196) --- examples/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/config.yml b/examples/config.yml index e9cb154..a87c454 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -36,6 +36,7 @@ lighthouse: interval: 60 # hosts is a list of lighthouse hosts this node should report to and query from # IMPORTANT: THIS SHOULD BE EMPTY ON LIGHTHOUSE NODES + # IMPORTANT2: THIS SHOULD BE LIGHTHOUSES' NEBULA IPs, NOT LIGHTHOUSES' REAL ROUTABLE IPs hosts: - "192.168.100.1"