Browse Source
Merge pull request #11118 from traud/patch-1
syslog-ng: listen not globally but just locally
lilik-openwrt-22.03
Josef Schlehofer
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
admin/syslog-ng/Makefile
-
admin/syslog-ng/files/syslog-ng.conf
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=syslog-ng |
|
|
|
PKG_VERSION:=3.25.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |
|
|
|
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later |
|
|
|
|
|
@ -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 { |
|
|
|