mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
This permits to control default TTL for cache entries. If set to 0, the DNS cache is effectively disabled. closes https://github.com/rsyslog/rsyslog/issues/49 closes https://github.com/rsyslog/rsyslog/issues/1487
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
# added 2019-04-12 by Rainer Gerhards, released under ASL 2.0
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:=.}/dnscache-TTL-0.sh
|