Skip to content

Commit

Permalink
docs: add socks5 server example
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jun 24, 2021
1 parent 0145c75 commit 193da9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/target
Cargo.lock
.DS_Store
*.yaml
/*.yaml
/generated
5 changes: 5 additions & 0 deletions examples/socks5_server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# A simple socks5 server
server:
socks5:
type: socks5
bind: 0.0.0.0:1080

0 comments on commit 193da9e

Please sign in to comment.