From a0821a27d2cc0f54d5065c492039e3da854fd64d Mon Sep 17 00:00:00 2001 From: jpizarrom Date: Mon, 20 Mar 2017 11:15:21 -0300 Subject: [PATCH] use alpine 3.5 and config redial (#2) --- Dockerfile | 2 +- xl2tpd.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf7acbc..e2edca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM alpine:3.5 ENV LANG C.UTF-8 diff --git a/xl2tpd.conf b/xl2tpd.conf index 948932b..f76e817 100644 --- a/xl2tpd.conf +++ b/xl2tpd.conf @@ -4,3 +4,6 @@ lns = xxx.xxx.xxx.xxx ppp debug = yes pppoptfile = /etc/ppp/options.l2tpd.client length bit = yes +redial = yes +redial timeout = 20 +max redials = 10