Commit Graph

5 Commits

Author SHA1 Message Date
Khachatryan Karen 9d0cce2df8 antiblock: Update to 2.1.2r2
1) Added the ability to disable routes without deleting them.

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-06-03 12:49:42 +03:00
Khachatryan Karen 4c7bd6f86b antiblock: Update to 2.1.2
1) Added the ability to route different domains through different gateways, up to 32 routes.
2) The program has been switched from proxying mode to sniffer mode.
3) Blacklist has been added so that the specified subnets are not added to the routing table.
4) Log updated.
5) The "output" option has been removed from the service, it is now /tmp/antiblock

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-04-03 18:34:57 +03:00
Khachatryan Karen 2e7cb467e8 antiblock: Update to 2.0.2
Fixed a bug using a non-thread-safe hashmap

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
(cherry picked from commit 9f4928f1ef)
2025-02-11 22:51:15 +08:00
Khachatryan Karen f1d058da41 antiblock: Update to 2.0.1
Updated hashmap version.
In the code, almost all the url words have been replaced with domain.
Fixed a bug in the service of getting gateway from VPN name.

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
(cherry picked from commit f53f96d37c)
2025-02-10 00:40:11 +08:00
Khachatryan Karen 212eb308f1 antiblock: Add AntiBlock package
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 <karen0734@gmail.com>
(cherry picked from commit 64f1a2835d)
2025-01-20 00:05:53 +08:00