-
Notifications
You must be signed in to change notification settings - Fork 9
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
tunnel: add localproxy command #86
Conversation
5268324
to
bc55b4d
Compare
b28a5c6
to
34ed199
Compare
bc55b4d
to
e871915
Compare
e871915
to
3625c25
Compare
ca414b6
to
3436a4d
Compare
failing on Go 1.12 due to golang/go#30374 |
3436a4d
to
4067427
Compare
Codecov Report
@@ Coverage Diff @@
## master #86 +/- ##
==========================================
- Coverage 31.40% 30.12% -1.29%
==========================================
Files 16 17 +1
Lines 866 903 +37
==========================================
Hits 272 272
- Misses 552 589 +37
Partials 42 42
Continue to review full report at Codecov.
|
e9fac1f
to
5252183
Compare
5252183
to
e6cb2c2
Compare
312b552
to
89298bc
Compare
@kt3k please take a look |
tunnel/cmd/README.md
Outdated
|
||
1. Build the localproxy | ||
```shell | ||
cd localproxy |
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.
Maybe go build .
command is missing in the next line?
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.
Thanks! Added the build command.
``` | ||
4. Connect to the server via proxy | ||
```shell | ||
$ ssh localhost -p 2222 |
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.
I was able to login via localproxy on my machine! It looks working 👍
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.
LGTM 👍
After #85doneTODO