From 78a0255c917a2b0eae50b9ae7100909881251286 Mon Sep 17 00:00:00 2001 From: brad-defined <77982333+brad-defined@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:19:20 -0400 Subject: [PATCH] typeos (#700) --- examples/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index 24e1bcc..2a28dbc 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -162,11 +162,11 @@ punchy: # EXPERIMENTAL: relay support for networks that can't establish direct connections. relay: # Relays are a list of Nebula IP's that peers can use to relay packets to me. - # IPs in this list must have am_relay set to true in thier configs, otherwise + # IPs in this list must have am_relay set to true in their configs, otherwise # they will reject relay requests. #relays: #- 192.168.100.1 - #- + #- # Set am_relay to true to permit other hosts to list my IP in their relays config. Default false. am_relay: false # Set use_relays to false to prevent this instance from attempting to establish connections through relays.