diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-08-31 10:58:59 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-08-31 19:21:42 +0200 |
commit | 808f9d3542e21c819beb8fe72224f000ae2e019c (patch) | |
tree | 661e9e098103658a49d4e9170128c8592464249e /docs/vpn | |
parent | f721c5ef0cdd9952d014a1dc9e3a944afc0f7f45 (diff) |
[feat] expose an API to set/get/list gateway preferences
- Related: #9010
Diffstat (limited to 'docs/vpn')
-rw-r--r-- | docs/vpn/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/index.rst b/docs/vpn/index.rst index 7bb4799a..0ec660fe 100644 --- a/docs/vpn/index.rst +++ b/docs/vpn/index.rst @@ -22,7 +22,7 @@ wants to manually override the selection, the only way to do this for the ``0.10`` version of Bitmask is to add a section to the ``bitmaskd.cfg`` configuration file:: - [vpn_prefs] + [vpn] locations = ["rio__br"] countries = ["BR", "AR", "UY"] |