We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac05b41 commit 4be4c7bCopy full SHA for 4be4c7b
root/defaults/example/config/client_staticopts/ccd/clientCommonName
@@ -0,0 +1,28 @@
1
+#
2
+# Set static options for client
3
+# @see https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
4
5
+
6
+# Disable client (prevent from connecting, for security compromise REVOKE client)
7
+# disable
8
9
+# Client Static IP
10
+# ifconfig-push IP_ADDRESS MASK
11
12
+# Generate routes through this client when connects
13
+# iroute NETWORK [NETMASK]
14
15
+# Don't inherit global push settings
16
+# push-reset
17
18
+# Push option to client
19
+# push OPTION
20
21
+# Remove option from client
22
+# push-remove OPTION
23
24
+# Client Static IPv6
25
+# ifconfig-ipv6-push ADDRESS/CIDR REMOTE
26
27
+# Route through client
28
+# iroute-ipv6 ADDRESS/CIDR
0 commit comments