https://github.com/oppodelldog/routecheck
https://github.com/oppodelldog/routecheck
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oppodelldog/routecheck
- Owner: Oppodelldog
- License: bsd-3-clause
- Created: 2022-10-08T07:52:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T07:53:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T19:52:48.227Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# routecheck
This tool checks route entries for intersections.
It is for example helpful when working with windows + vpn + wsl + docker since with such a setup networks
are created dynamically and are partially not possible to configure properly.In such a case the tool would print a warning and exit with a non-zero exit code.
## Usage
```bash
# linux
routecheck#windows
routecheck.exe
```## Build
If go is installed, you can download, build and install the binary with the following command:
```bash
go install github.com/Oppodelldog/routecheck
```Alternatively there are scripts for linux and windows to build the binary:
```bash
./build.sh
``````commandline
./build.bat
```