Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chisel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
anun
chisel
Commits
fe246359
Commit
fe246359
authored
Jun 05, 2024
by
anun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
814d97ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
README.md
+10
-0
No files found.
README.md
View file @
fe246359
...
@@ -434,6 +434,7 @@ Since WebSockets support is required:
...
@@ -434,6 +434,7 @@ Since WebSockets support is required:
git clone https://dev.nexpie.com/anun/chisel.git
git clone https://dev.nexpie.com/anun/chisel.git
cd chisel
cd chisel
go build
```
```
...
@@ -457,4 +458,13 @@ Client
...
@@ -457,4 +458,13 @@ Client
# Docker
# Docker
docker run --rm --log-driver local --log-opt max-size=10m -p8081:8081 dock.nexpie.com/anun/chisel:0.0.0-4921d64e client 192.168.0.112:8080 192.168.9.194:8001
docker run --rm --log-driver local --log-opt max-size=10m -p8081:8081 dock.nexpie.com/anun/chisel:0.0.0-4921d64e client 192.168.0.112:8080 192.168.9.194:8001
e.g. output
2024/06/05 15:29:53 client: Remotes# [R:36187=>192.168.9.194:8001]
2024/06/05 15:29:53 client: Connecting to ws://192.168.0.112:8080
2024/06/05 15:29:53 client: Connected (Latency 9.157375ms)
# Test curl
curl http://192.168.0.112:36187
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment