42 lines
915 B
INI
42 lines
915 B
INI
# Listens (frontend and backend combined)
|
|
# Forgejo
|
|
listen ssh
|
|
bind :22
|
|
bind :::22 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server git-ssh forgejo.incus:10022 send-proxy check
|
|
|
|
# Mailcow
|
|
listen smtp
|
|
bind :25
|
|
bind :::25 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server mailcow 10.10.10.214:10025 send-proxy check
|
|
listen smtps
|
|
bind :465
|
|
bind :::465 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server mailcow 10.10.10.214:10465 send-proxy check
|
|
listen imaps
|
|
bind :993
|
|
bind :::993 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server mailcow 10.10.10.214:10993 send-proxy check
|
|
listen sieve
|
|
bind :4190
|
|
bind :::4190 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server mailcow 10.10.10.214:14190 send-proxy check
|
|
|
|
# Adguard
|
|
listen adguard-dot
|
|
bind :853
|
|
bind :::853 v6only
|
|
mode tcp
|
|
option tcplog
|
|
server adguard adguard.incus:10853 send-proxy check
|