-
Notifications
You must be signed in to change notification settings - Fork 3
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
Docs and stuff #46
Comments
Thanks a lot for your appreciation! The current documentations are quite outdated and incomplete, and I'll welcome any contribution to the documentations. I believe what we lack are the following:
If you have any interest in any of these aspects (or other part you are interested in), feel free to discuss with me or create a PR. |
This is a good start. I didn't even think about looking at Not coming from a javascript background, I have never had to work with restful apis before. They have been plentiful throughout my experience, but found some way of working around them. This will give me a chance to pick up knowledge on working with the technology.
|
The The RESTful APIs are basically under web_controller.rs. The APIs started with For your two questions:
We can add that as an pure example, or after a better installation script/guide is done and change the installation path correspondingly. I'm also considering adding a up-to-date and more completed configuration example recently. Currently I'm working on adding Windows support, so when I'll work for this is unsure though. |
But why? ...jk 😆 |
Because I also have some Windows machines and I want to control their network activities :) |
Repo is here: https://github.com/anoduck/BoltConn-Docs Is it just me or is this socks5 proxy being assigned three different ports? Also, which one is being assigned to which end? enable-tun: false
http: 1080
socks5:
- 2000
- host: 0.0.0.0
port: 8080
- port: 3000
auth:
alice: bob
browser: none |
@anoduck Thanks for your work! Would you mind creating a new Pull Request to this repository and put them under As for the socks5 inbound, BoltConn supports listening on multiple ports simutaneously, and each port can be configured with authentication individually. With this design, we can use |
Do you want me to merge it into the pre-existing docs, or do you want me to set it up so you can use it as submodule? The latter would allow you to separate the version management of the docs from BoltConn itself. Just something to think about. |
I prefer the former one. To me, putting documentations and examples together with code is not a bad idea for most open-source project (except some extremely large project like kubernetes), and it's easier to release a new version with corresponding documentations. Feel free to overwrite the existing outdated documentations. |
Alright, I am forking, merging, and pr-ing. Still need to finish the write-up for rules, interceptors, and one other thing that slips the mind. |
This is awesome. Is there anyway I can help write the documentation? I am a good writer, formally educated to do so.
The text was updated successfully, but these errors were encountered: