Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir1376/v2raychecker
Check your V2Ray configs availability as simple as posible
https://github.com/amir1376/v2raychecker
Last synced: 2 days ago
JSON representation
Check your V2Ray configs availability as simple as posible
- Host: GitHub
- URL: https://github.com/amir1376/v2raychecker
- Owner: amir1376
- Created: 2022-08-25T19:18:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T15:18:35.000Z (over 2 years ago)
- Last Synced: 2024-11-22T16:50:52.424Z (2 months ago)
- Language: Kotlin
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Usage
Check your v2ray configs for internet access
### Pull
pull this image from the docker registry
```bash
docker pull amirabdol/v2raychecker
```### Run
suppose you are in current directory (pwd),
and you want to check all v2ray configs that are in
configs.txt and filter valid config into valid_configs.txt```bash
docker --rm -v ${pwd}:/app amirabdol/v2raychecker --output=valid_configs.txt configs.txt
```if you don't provide output file
all configs and its status will be printed
into console