From 79cb40eaeeed677492136b192a83ae4efec9dde9 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Mon, 21 Jul 2025 02:07:42 +0000 Subject: [PATCH] Update playbooks/templates/sshd/99-lan-bypass.conf.j2 --- playbooks/templates/sshd/99-lan-bypass.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/templates/sshd/99-lan-bypass.conf.j2 b/playbooks/templates/sshd/99-lan-bypass.conf.j2 index c82afea..bcea2d8 100644 --- a/playbooks/templates/sshd/99-lan-bypass.conf.j2 +++ b/playbooks/templates/sshd/99-lan-bypass.conf.j2 @@ -5,4 +5,7 @@ Match Address 192.168.0.0/16 PasswordAuthentication yes Match Address 206.202.209.9/32 + PasswordAuthentication yes + +Match Address 100.64.0.0/10 PasswordAuthentication yes \ No newline at end of file