Update ccd.tpl
This commit is contained in:
parent
edaf13f557
commit
8c36329b0c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{- if (ne .ClientAddress "dynamic") }}
|
{{- if (ne .ClientAddress "dynamic") }}
|
||||||
ifconfig-push {{ .ClientAddress }} 255.255.255.255
|
ifconfig-push {{ .ClientAddress }} 255.255.255.0
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range $route := .CustomRoutes }}
|
{{- range $route := .CustomRoutes }}
|
||||||
push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }}
|
push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }}
|
||||||
|
|
Loading…
Reference in a new issue