Merge pull request #8959 from wy65701436/disable-dns

disable syslog DNS name resolution
This commit is contained in:
Daniel Jiang 2019-09-08 11:42:27 +08:00 committed by GitHub
commit 23f613e6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,3 +58,4 @@ $WorkDirectory /var/spool/rsyslog
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf
global(net.enableDNS="off")