Commit Graph

6 Commits

Author SHA1 Message Date
Khachatryan Karen 48b943bec4 antiblock: Update to 2.1.2
1) Fixed a bug, specifying the sniffer port did not work

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-03-29 13:48:23 +02:00
Khachatryan Karen 47425ce255 antiblock: Update to 2.1.1
1) Fixed a bug that not all routers were deleted.
2) Log updated.
3) The "output" option has been removed from the service, it is now /tmp/antiblock

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-03-24 18:34:22 +02:00
Khachatryan Karen 7edaf49955 antiblock: Update to 2.1.0
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.

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-03-21 20:04:34 +02:00
Khachatryan Karen 9f4928f1ef antiblock: Update to 2.0.2
Fixed a bug using a non-thread-safe hashmap

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-02-11 21:27:55 +08:00
Khachatryan Karen f53f96d37c 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>
2025-02-09 21:36:59 +08:00
Khachatryan Karen 64f1a2835d 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>
2025-01-17 14:17:19 +08:00