-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activate HTTPS. #6
Comments
Yep all easily modified automatically. Simply an adaptation on the
getShadowsocks method. Ideally this would probably end up being a refactor
that pulls the helper methods found in getShadowsocks out and probably into
their own module and then write modules for each service. Feel free to send
along a PR for any of this, including for vultr support.
…On Mar 2, 2017 15:15, "David Bonachera" ***@***.***> wrote:
The https:// and tor:// gateways are also unavailble upon redeployment,
which contains the client configuration details, mirrors, etc.
Hi,
To reconnect the https:// protocol we need to :
1. nano /etc/default/sslh and modify the last line with our new
ip_v4_address
2. nano /etc/monit/monitrc and edit the sslh part with our new
ip_v4_address
3. restart service sslh
Then you can get back to your https address. I think we can automate those
steps maybe.
Meanwhile, i'm trying to adapt this project to Vultr API if you don't mind
@nickolasclarke <https://github.com/nickolasclarke>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACE5KC8rQpwJ-UtHrp4Hz-AgfS9gVzsRks5rhmyjgaJpZM4MQocu>
.
|
I'll try, but my ES6 skills are not really great. Stay tuned. |
no worries mate, this was my first es6 project. First real complete project
really.
…On Fri, Mar 3, 2017 at 9:33 AM, David Bonachera ***@***.***> wrote:
I'll try, but my ES6 skills are not really great. Stay tuned.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACE5KLRisHpl23-fu7zUKxEMnl-jZoipks5rh23hgaJpZM4MQocu>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
To reconnect the https:// protocol we need to :
Then you can get back to your https address. I think we can automate those steps maybe.
Meanwhile, i'm trying to adapt this project to Vultr API if you don't mind @nickolasclarke
The text was updated successfully, but these errors were encountered: