feat: update Makefile, renovate, gitlangci-lint, markdownlint, container-image

This commit is contained in:
2024-04-08 16:51:24 +02:00
parent 4a82c7db0e
commit 3c1d4465fa
12 changed files with 966 additions and 76 deletions

View File

@ -1,7 +1,12 @@
# getpsrc
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/getpsrc/status.svg)](https://drone.cryptic.systems/volker.raschek/getpsrc)
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/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 <ip> | awk ... ` because `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`.