Program to determine the source routing ip for an external ip address
Go to file
Markus Pesch 9a5987f711
continuous-integration/drone/push Build is passing Details
fix: update module path and git version
2024-04-08 16:53:51 +02:00
.dockerignore feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.drone.yml feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.editorconfig feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.gitattributes feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.gitignore feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.golangci.yml feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.markdownlint.yaml feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
Dockerfile feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
LICENSE Initial Commit 2021-06-14 09:53:26 +02:00
Makefile feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
README.md feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
go.mod fix: update module path and git version 2024-04-08 16:53:51 +02:00
go.sum Initial Commit 2021-06-14 09:53:26 +02:00
main.go Initial Commit 2021-06-14 09:53:26 +02:00
manifest.tmpl feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
renovate.json feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00

README.md

getpsrc

Build Status Docker Pulls

getpsrc is a small programme to determine the src routing ip for an external ip.

getpsrc serves as an alternative to ip route get <ip> | 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.