diff options
| -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 +} |