commit b15b27fc18e912ea7114202825fbb28a2943e235
parent 4c6c7da1dc952dec39c3ec703422b269601b62d3
Author: Luke Willis <lukejw@monastech.xyz>
Date:   Wed,  6 May 2026 22:34:25 -0400

andrew: Re-open git port

Diffstat:
Mmt/system/andrew.scm | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/mt/system/andrew.scm b/mt/system/andrew.scm @@ -298,6 +298,9 @@ table inet filter { # allow ssh tcp dport ssh accept + + # allow git + tcp dport 9418 accept # allow ngninx tcp dport { 80, 443 } accept