-
Notifications
You must be signed in to change notification settings - Fork 45
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
VPN improvements #356
VPN improvements #356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes work well so far. Should the VPN app stop upon not successfully registering with a remote server?
…/skywire-mainnet into feature/vpn-improvements
…nto feature/vpn-improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works smoothly for me. I could not test the Windows setup unfortunately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work and clean code. Some of my comments are due to personal taste, if you don't agree with them, feel free to ignore it! 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
…nto feature/vpn-improvements
VPN improvements Former-commit-id: 49ef1cf
Did you run
make format && make check
?Yes
Fixes #347 Fixes #343
Changes:
putApp
API method to perform the RPC calls mentioned aboveHow to test this PR:
"-passcode", "some_passcode"
to theargs
parameter of both server and client configsForbidden
status in client logsTry calling the hypervisor API to change passcode and PK. Passcode may be changed for both server and client. Functionality takes place in the
putApp
method, the same as used to change PK and passcode for skysocks apps