adsl-bouncer/config.py.dist

5 lines
115 B
Plaintext

PEER = "neozdrada"
PPPD = ["/usr/sbin/pppd", "call", PEER]
PING = ["/sbin/ping", "-W", "4", "-c", "1", "8.8.8.8"]