https://github.com/volker-raschek/getpsrc
[MIRROR]: Program to determine the source routing ip for an external ip address
https://github.com/volker-raschek/getpsrc
container getpsrc golang networking
Last synced: about 2 months ago
JSON representation
[MIRROR]: Program to determine the source routing ip for an external ip address
- Host: GitHub
- URL: https://github.com/volker-raschek/getpsrc
- Owner: volker-raschek
- License: other
- Created: 2024-12-20T09:10:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T15:06:50.000Z (2 months ago)
- Last Synced: 2025-03-22T16:20:43.891Z (2 months ago)
- Topics: container, getpsrc, golang, networking
- Language: Makefile
- Homepage: https://hub.docker.com/r/volkerraschek/getpsrc
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getpsrc
[](https://drone.cryptic.systems/volker.raschek/getpsrc)
[](https://hub.docker.com/r/volkerraschek/getpsrc)`getpsrc` is a small programme to determine the src routing ip for an external ip.
`getpsrc` serves as an alternative to `ip route get | awk ...` because `ip
route get` can return different output depending on the environment and
therefore the construct is unsafe.`getpsrc` is also as container image available: `docker.io/volkerraschek/getpsrc`.