Add adguard
This commit is contained in:
parent
c55a1fca17
commit
cd3295c3f4
3 changed files with 31 additions and 13 deletions
29
04listen.cfg
29
04listen.cfg
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue