-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb02ff9
commit 1b8cf28
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,14 @@ | |
|
||
403Unlocker-CLI is a versatile command-line tool designed to bypass 403 restrictions effectively. It provides subcommands to handle DNS resolution, DNS server selection, and Docker image proxy discovery. | ||
|
||
|
||
## Features | ||
- **Check**: Test if a specific URL can be resolved using a custom DNS server. | ||
- **DNS**: Find the most responsive DNS server from a list of custom DNS options. | ||
- **Docker**: Identify the best Docker image proxy to bypass network restrictions. | ||
- **Check**: Checks if the DNS SNI-Proxy can bypass 403 error for an specific domain. | ||
- **Docker**: Finds the fastest docker registries for an specific docker image. | ||
- **DNS**: Finds the fastest DNS SNI-Proxy for downloading an specific URL. | ||
|
||
![Untitled-2024-09-09-1944](https://github.com/user-attachments/assets/611f7495-480d-4f33-aef7-4674de331751) | ||
|
||
|
||
--- | ||
|
||
|
@@ -97,4 +101,4 @@ This project is licensed under the GPL-3.0 License. See the [LICENSE](https://gi | |
--- | ||
|
||
## Contact | ||
For any questions or feedback, reach out at [[email protected]](mailto:[email protected]). | ||
For any questions or feedback, reach out at [[email protected]](mailto:[email protected]). |