ubuntuusers.de

dsnmasq

Datum:
28. September 2014 20:08
Code:
1
2
3
4
5
6
#!/bin/sh
dnsmasq=/usr/sbin/dnsmasq4.bin
#dnsmasq=/usr/sbin/dnsmasq.bin

#exec $dnsmasq -q $@
exec $dnsmasq -q --min-cache-ttl=64000 `echo $@ | sed -e s/--no-hosts// | sed -e s/--cache-size=0/--cache-size=1900/`