diff options
author | root@culturestrings <root@culturestrings> | 2020-09-01 18:45:27 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-09-01 19:17:13 +0000 |
commit | c0e1c80b2ac4593944985753f6802237b1f480c7 (patch) | |
tree | aa4d9ab18f057d397613a9672e70964a679d5139 /public | |
parent | c2ee4ced281a9fbfd36e5e930f935a0c240812b2 (diff) | |
download | culturestrings-c0e1c80b2ac4593944985753f6802237b1f480c7.tar.bz2 culturestrings-c0e1c80b2ac4593944985753f6802237b1f480c7.tar.xz |
openvpn: support client-specific settings.
Diffstat (limited to 'public')
-rw-r--r-- | public/fs/etc/openvpn/hostvpn.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/fs/etc/openvpn/hostvpn.conf.in b/public/fs/etc/openvpn/hostvpn.conf.in index b82bbec..38b7380 100644 --- a/public/fs/etc/openvpn/hostvpn.conf.in +++ b/public/fs/etc/openvpn/hostvpn.conf.in @@ -38,3 +38,5 @@ persist-tun verb 3 keepalive 20 60 + +client-config-dir ccd |