Skip to content

Commit

Permalink
fix port for auto open webui (close #45)
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed May 29, 2019
1 parent 7a6b602 commit d126a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accesser.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def update_checker():
proxy = Proxy()
webui.init(proxy, version=__version__)
if setting.config['webui']:
webbrowser.open('http://localhost:7654/')
webbrowser.open('http://localhost:{}/'.format(setting.config['webuiport']))

DNSresolver = Resolver(configure=False)
if not setting.config['DNS']['dnscrypt-proxy']:
Expand Down

0 comments on commit d126a89

Please sign in to comment.