Program to determine the source routing ip for an external ip address
Go to file
Markus Pesch a252fd2925
continuous-integration/drone/push Build is passing Details
Merge pull request 'chore(deps): update github.com/google/gopacket digest to 32ee382' (#2) from renovate/github.com-google-gopacket-digest into master
Reviewed-on: #2
2024-05-08 06:36:29 +00:00
.dockerignore feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image 2024-04-08 16:51:24 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.40.0 2024-05-07 22:25:54 +00: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 chore(deps): update docker.io/library/golang docker tag to v1.22.3 2024-05-08 00:46:50 +00: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 chore(deps): update github.com/google/gopacket digest to 32ee382 2024-05-08 02:21:52 +00:00
go.sum chore(deps): update github.com/google/gopacket digest to 32ee382 2024-05-08 02:21:52 +00: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.