add syslog support for proxies
This commit is contained in:
parent
afd81c714c
commit
d11300df60
2 changed files with 6 additions and 0 deletions
|
@ -46,3 +46,4 @@ firewall_in:
|
||||||
- {proto: tcp, port: 80}
|
- {proto: tcp, port: 80}
|
||||||
- {proto: tcp, port: 443}
|
- {proto: tcp, port: 443}
|
||||||
- {proto: tcp, port: 636}
|
- {proto: tcp, port: 636}
|
||||||
|
- {proto: tcp, port: 6514}
|
||||||
|
|
|
@ -8,3 +8,8 @@ relay "ldap" {
|
||||||
listen on 0.0.0.0 port 636
|
listen on 0.0.0.0 port 636
|
||||||
forward to <ldap_servers> check tls
|
forward to <ldap_servers> check tls
|
||||||
}
|
}
|
||||||
|
|
||||||
|
relay "syslog" {
|
||||||
|
listen on 0.0.0.0 port 6514
|
||||||
|
forward to log01.home.foo.sh port 6514
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue