Chromium Code Reviews| 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> | |
|
pneubeck (no reviews)
2014/05/09 12:17:14
could have been a positive setting like Use/Set/En
Paul Stewart
2014/05/09 13:25:09
I prefer it this way, since that preserves the def
| |
| 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. | |
|
pneubeck (no reviews)
2014/05/09 12:17:14
Reading this, it's not clear to me, how this optio
Paul Stewart
2014/05/09 13:25:09
I'll add some verbiage. The server configuration
| |
| 1036 This is roughly equivalent to the "redirect-gateway" OpenVPN client | |
| 1037 configuration option. | |
| 1038 </dd> | |
| 1039 | |
| 1025 <dt class="field">KeyDirection</dt> | 1040 <dt class="field">KeyDirection</dt> |
| 1026 <dd> | 1041 <dd> |
| 1027 <span class="field_meta"> | 1042 <span class="field_meta"> |
| 1028 (optional) | 1043 (optional) |
| 1029 <span class="type">string</span> | 1044 <span class="type">string</span> |
| 1030 </span> | 1045 </span> |
| 1031 Passed as --key-direction. | 1046 Passed as --key-direction. |
| 1032 </dd> | 1047 </dd> |
| 1033 | 1048 |
| 1034 <dt class="field">NsCertType</dt> | 1049 <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 | 2250 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, | 2251 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 | 2252 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 | 2253 these cases to not save their user credentials in the config file and will |
| 2239 instead be prompted when they are needed. | 2254 instead be prompted when they are needed. |
| 2240 </p> | 2255 </p> |
| 2241 </section> | 2256 </section> |
| 2242 </section> | 2257 </section> |
| 2243 </body> | 2258 </body> |
| 2244 </html> | 2259 </html> |
| OLD | NEW |