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 }}