mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
syslog-ng: listen not globally but just locally
Beside that, listen not only on IPv4 but also on IPv6 = Dual Stack. Signed-off-by: Alexander Traud <pabstraud@compuserve.com>
This commit is contained in:
@@ -27,7 +27,7 @@ source src {
|
||||
};
|
||||
|
||||
source net {
|
||||
udp(ip(0.0.0.0) port(514));
|
||||
network(ip("::1") port(514) transport(udp) ip-protocol(6));
|
||||
};
|
||||
|
||||
source s_network {
|
||||
|
||||
Reference in New Issue
Block a user