-
Notifications
You must be signed in to change notification settings - Fork 4
[Docs] Add documentations for configurations #47
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for this PR! I'm a little busy these few days, so I will gradually review and improve these docs. Feel free to let me know if you have any concerns. |
Still WIP. Not included in push:
I haven't even ran spellcheck yet. |
I have converted this PR into draft. You can convert it back when it's done.
Personally speaking, I don't think we need to add logos in documentations. My taste is to make them simple, clear and informative. But still thanks for your art! By the way, I would suggest to use an email linked to GitHub (or the users.noreply.github.com address) |
@XOR-op I will look into why
I just used
Is this what you are referring to? Regardless, I was going to do a write-up in my git wiki about BoltConn anyway, I just figured I could kill two birds with one stone. |
That makes sense to me. Thanks.
Yes. And keeping your email private means you don't need to use your real email address for
I will also check that and thanks again for your help. |
Light bulb. |
@XOR-op Been working on other stuff. I did a cleanup job on docs and condensed it down significantly. Removed a lot of fluff. I have no idea how rules are supposed to work. I have a base idea, but you kinda lost me there. Intercepts was the other section I completely became lost in. |
@anoduck Thanks for your work! From a high level perspective, the traffic dispatcher compare the connection info with each rule sequentially. The criterion can be the domain name of the servers, the process initiating the connection, where BoltConn gets the connection or other specific cases. As for the interception, the rule matching process is identical expect the fallback matching in interception is skipping. Then the interception part will execute all of the rewrite functions. I may also write some documentations for these parts if I find time next month. |
I wanted to go ahead and get this to you.