From 8c36329b0c32c7579115c2df3e2e86765ddecd27 Mon Sep 17 00:00:00 2001 From: vabrn <54361424+vabrn@users.noreply.github.com> Date: Mon, 22 Mar 2021 13:37:26 +0300 Subject: [PATCH] Update ccd.tpl --- templates/ccd.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ccd.tpl b/templates/ccd.tpl index a197fd9..02b4c57 100644 --- a/templates/ccd.tpl +++ b/templates/ccd.tpl @@ -1,5 +1,5 @@ {{- if (ne .ClientAddress "dynamic") }} -ifconfig-push {{ .ClientAddress }} 255.255.255.255 +ifconfig-push {{ .ClientAddress }} 255.255.255.0 {{- end }} {{- range $route := .CustomRoutes }} push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }}