summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2025-12-30 13:42:24 +0300
committerLain Iwakura <lain@lainmail.xyz>2025-12-30 13:42:24 +0300
commit9747a3101338b21e288223c7d09324e91b6b4edc (patch)
treebfcf0d40326aac19bac73adc237f85e8ea23aca6
parentfeat(irc): moved to other irc software (diff)
downloadinfra-9747a3101338b21e288223c7d09324e91b6b4edc.tar.gz
infra-9747a3101338b21e288223c7d09324e91b6b4edc.zip
feat(git): add git:// protocol
-rw-r--r--etc/relayd.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/relayd.conf b/etc/relayd.conf
index 40f0298..23e69bb 100644
--- a/etc/relayd.conf
+++ b/etc/relayd.conf
@@ -37,3 +37,8 @@ relay wwwtls {
     forward to <home> port 8834 check tcp
     forward to <home> port 8855 check tcp
 }
+
+relay gitdaemon {
+    listen on $ip4 port 9418
+    forward to <home> port 9418 check tcp
+}