OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 | 10 |
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 | 1015 |
1016 <dt class="field">CompNoAdapt</dt> | 1016 <dt class="field">CompNoAdapt</dt> |
1017 <dd> | 1017 <dd> |
1018 <span class="field_meta"> | 1018 <span class="field_meta"> |
1019 (optional, defaults to <span class="value">false</span>) | 1019 (optional, defaults to <span class="value">false</span>) |
1020 <span class="type">boolean</span> | 1020 <span class="type">boolean</span> |
1021 </span> | 1021 </span> |
1022 Disables adaptive compression. | 1022 Disables adaptive compression. |
1023 </dd> | 1023 </dd> |
1024 | 1024 |
| 1025 <dt class="field">IgnoreDefaultRoute</dt> |
| 1026 <dd> |
| 1027 <span class="field_meta"> |
| 1028 (optional, defaults to <span class="value">false</span>) |
| 1029 <span class="type">bool</span> |
| 1030 </span> |
| 1031 Omits a default route to the VPN gateway while the connection is active. |
| 1032 By default, the client creates a default route to the gateway address |
| 1033 advertised by the VPN server. Setting this value to |
| 1034 <span class="value">true</span> will allow split tunnelling for |
| 1035 configurations where the VPN server omits explicit default routes. |
| 1036 This is roughly equivalent to omitting "redirect-gateway" OpenVPN client |
| 1037 configuration option. If the server pushes a "redirect-gateway" |
| 1038 configuration flag to the client, this option is ignored. |
| 1039 </dd> |
| 1040 |
1025 <dt class="field">KeyDirection</dt> | 1041 <dt class="field">KeyDirection</dt> |
1026 <dd> | 1042 <dd> |
1027 <span class="field_meta"> | 1043 <span class="field_meta"> |
1028 (optional) | 1044 (optional) |
1029 <span class="type">string</span> | 1045 <span class="type">string</span> |
1030 </span> | 1046 </span> |
1031 Passed as --key-direction. | 1047 Passed as --key-direction. |
1032 </dd> | 1048 </dd> |
1033 | 1049 |
1034 <dt class="field">NsCertType</dt> | 1050 <dt class="field">NsCertType</dt> |
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2235 is transmitted or saved to disk should be secure. On client device, when | 2251 is transmitted or saved to disk should be secure. On client device, when |
2236 user names for connections that are user-specific are persisted to disk, | 2252 user names for connections that are user-specific are persisted to disk, |
2237 they should be stored in a location that is encrypted. Users can also opt in | 2253 they should be stored in a location that is encrypted. Users can also opt in |
2238 these cases to not save their user credentials in the config file and will | 2254 these cases to not save their user credentials in the config file and will |
2239 instead be prompted when they are needed. | 2255 instead be prompted when they are needed. |
2240 </p> | 2256 </p> |
2241 </section> | 2257 </section> |
2242 </section> | 2258 </section> |
2243 </body> | 2259 </body> |
2244 </html> | 2260 </html> |
OLD | NEW |