-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
antiblock: add new package #25694
antiblock: add new package #25694
Conversation
@1715173329 hi, do you know why the pipeline is not started here? It says "2 workflows awaiting approval " here. Can you help? |
|
"The hosted runner: GitHub Actions 17 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error." How can I start again? |
@karen07 I do not think you need to run again. Your package has likely nothing to do with the problem (my pipeline run also tend to be red). Let's wait for a developer. |
@1715173329 what is the best way to upload changes so that there is only one commit in the branch? |
Just use amend + force push |
As @1715173329 mentioned. Use |
e4dc527
to
5e5941c
Compare
Please add the description to commit message as well, otherwise LGTM. |
e6f0eab
to
80dcfba
Compare
After that please allow a few days for other maintainers to leave reviews (if any). |
80dcfba
to
33f35b1
Compare
1846b9d
to
9dffa8b
Compare
For my understanding, how is this different then e.g. a PBR package which can route domains or IP address through a specific interface? |
My solution is written from scratch in C. It does not entail dependence. It takes up little space. Easy to set up. Uses little RAM. It also has a LUCI-GUI, I'll fill it in later. You can set the URL to the domains file to the program, which we will send via VPN. You can set the path to the domains file to the program, which we will send via VPN. The URL and File will be re-read every 24 hours. My configuration example:
|
9dffa8b
to
2529678
Compare
@karen07 it looks OK to me now. but the package hash is wrong. See pipeline failures. |
Yes, I need to upgrade to the git release archive. I will deal with the releases. |
2529678
to
eebcb91
Compare
@BKPepe @mwarning @1715173329 Is there anything else i need to fix? |
Looks good to me. |
AntiBlock program proxies DNS requests. The IP addresses of the specified domains are added to the routing table for routing through the specified interface. Signed-off-by: Khachatryan Karen <[email protected]>
eebcb91
to
4664c8c
Compare
@BKPepe Is there anything else i need to fix? |
Merged, thank you! |
@1715173329 Thank you very much |
Maintainer: me
Compile tested: ASUS RT-AX59U 23.05.5, ASUS RT-AX53U 23.05.5, OpenWrt x86
Run tested: ASUS RT-AX59U 23.05.5, ASUS RT-AX53U 23.05.5, OpenWrt x86
Description:
AntiBlock program proxies DNS requests. The IP addresses of the specified domains are added to the routing table for routing through the specified interface.