Files
wlan-ap/patches/0039-firewall-enable-ssh-on-wan-during-early-boot-stage.patch
John Crispin f26171c1d4 ucentral: development update
* update netifd to latest HEAD
* fix mikrotik support
* enable getty
* update ucentral-wifi
* make firewall provide ssh on wan during early firstboot

Signed-off-by: John Crispin <john@phrozen.org>
2021-07-13 08:59:14 +02:00

27 lines
885 B
Diff

From 1147a7312c432eebe0de619463fae582051e2e97 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Mon, 12 Jul 2021 13:10:48 +0200
Subject: [PATCH 37/37] firewall: enable ssh on wan during early boot stage
Signed-off-by: John Crispin <john@phrozen.org>
---
package/network/config/firewall/files/firewall.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config
index 5e22f984ce..31b6065e86 100644
--- a/package/network/config/firewall/files/firewall.config
+++ b/package/network/config/firewall/files/firewall.config
@@ -17,7 +17,7 @@ config zone
option name wan
list network 'wan'
list network 'wan6'
- option input REJECT
+ option input ACCEPT
option output ACCEPT
option forward REJECT
option masq 1
--
2.25.1