diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2025-12-30 13:42:24 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2025-12-30 13:42:24 +0300 |
| commit | 9747a3101338b21e288223c7d09324e91b6b4edc (patch) | |
| tree | bfcf0d40326aac19bac73adc237f85e8ea23aca6 | |
| parent | feat(irc): moved to other irc software (diff) | |
| download | infra-9747a3101338b21e288223c7d09324e91b6b4edc.tar.gz infra-9747a3101338b21e288223c7d09324e91b6b4edc.zip | |
feat(git): add git:// protocol
| -rw-r--r-- | etc/relayd.conf | 5 |
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 +} |