From b5a85a6eb8065bf68c03b0f288c9cacd3d2f8505 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 20 Dec 2022 16:50:02 -0500 Subject: [PATCH] Update example config with IPv6 note for allow lists (#742) --- examples/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index 73c07bf..f214bf7 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -47,8 +47,9 @@ lighthouse: # allowed. You can provide CIDRs here with `true` to allow and `false` to # deny. The most specific CIDR rule applies to each remote. If all rules are # "allow", the default will be "deny", and vice-versa. If both "allow" and - # "deny" rules are present, then you MUST set a rule for "0.0.0.0/0" as the - # default. + # "deny" IPv4 rules are present, then you MUST set a rule for "0.0.0.0/0" as + # the default. Similarly if both "allow" and "deny" IPv6 rules are present, + # then you MUST set a rule for "::/0" as the default. #remote_allow_list: # Example to block IPs from this subnet from being used for remote IPs. #"172.16.0.0/12": false