Add adguard

This commit is contained in:
Benoit 2024-11-27 21:28:44 +09:00
parent c55a1fca17
commit cd3295c3f4
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA
3 changed files with 31 additions and 13 deletions

View file

@ -1,10 +1,13 @@
# 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
# 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
@ -29,9 +32,11 @@
# 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
# Adguard
listen adguard-dot
bind :853
bind :::853 v6only
mode tcp
option tcplog
server adguard adguard.incus:10853 send-proxy