Browse Source

Added a "net.vpn.config" config setting.

master
treyzania 4 years ago
parent
commit
c8d8552355
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      yarrbox.py

+ 1
- 0
yarrbox.py View File

@@ -10,6 +10,7 @@ import json
# Each entry here is key => (label, hide input)
PROPS = OrderedDict([
('net.vpn.host', ('VPN Provider', 'See https://github.com/sscraggles/docker-deluge-openvpn for options')),
('net.vpn.config', ('VPN Config', 'See README for above, for PIA just say "Netherlands"')),
('net.vpn.username', ('VPN Username', None)),
('net.vpn.password', ('VPN Password', None)),
('vol.media.movies', ('Movies Storage Path', None)),

Loading…
Cancel
Save