Import conf

This commit is contained in:
Benoit 2024-10-08 19:25:39 +09:00
parent 6b2412fe5f
commit 9faad06f39
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA
6 changed files with 410 additions and 0 deletions

37
04listen.cfg Normal file
View file

@ -0,0 +1,37 @@
# Listens (frontend and backend combined)
listen ssh
bind :22
bind :::22 v6only
mode tcp
option tcplog
server git-ssh forgejo.incus:10022 send-proxy check
# listen smtp
# bind :25
# bind :::25 v6only
# mode tcp
# option tcplog
# server mail 10.78.127.231:10025 send-proxy
# listen smtps
# bind :465
# bind :::465 v6only
# mode tcp
# option tcplog
# server mail 10.78.127.231:10465 send-proxy
# listen imaps
# bind :993
# bind :::993 v6only
# mode tcp
# option tcplog
# server mail 10.78.127.231:10993 send-proxy
# listen sieve
# bind :4190
# bind :::4190 v6only
# mode tcp
# option tcplog
# server mail 10.78.127.231:14190 send-proxy
# listen adguard-dot
# bind :853
# bind :::853 v6only
# mode tcp
# option tcplog
# server adguard 10.78.127.201:10853 send-proxy