Update index.py

pull/109/head
midoks 5 years ago
parent 62a717580f
commit 1394b30828
  1. 2
      plugins/v2ray/index.py

@ -102,7 +102,7 @@ def reload():
def getPathFile():
if mw.isAppleSystem():
return getServerDir() + '/config.json'
return '/etc/v2ray/config.json'
return '/usr/local/etc/v2ray/config.json'
def getInitDFile():

Loading…
Cancel
Save