Program to determine the source routing ip for an external ip address
Go to file
CSRBot 0a0be0b48c
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
chore(deps): update docker.io/plugins/docker docker tag to v20.18.6
2024-12-25 05:14:33 +00:00
.dockerignore
.drone.yml chore(deps): update docker.io/plugins/docker docker tag to v20.18.6 2024-12-25 05:14:33 +00:00
.editorconfig
.gitattributes
.gitignore
.golangci.yml
.markdownlint.yaml
Dockerfile chore(deps): update docker.io/library/alpine docker tag to v3.21 2024-12-05 23:14:09 +00: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
LICENSE
main.go
Makefile
manifest.tmpl
README.md
renovate.json

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.