~nickbp/iplookup

94045c957328c3f412b43c834e9f6d94a1b1eaf9 — Nick Parker 3 months ago 14ad06c
Update readme to link to ghcr
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 16,10 16,10 @@ $ iplookup stun.l.google.com:19302
123.456.789.123
```

Or use the prebuilt amd64/arm64 docker image (example tag based on SHA):
Or use the prebuilt amd64/arm64 [docker image](https://github.com/users/nickbp/packages/container/package/iplookup) (example tag based on SHA):

```
$ docker run ghcr.io/nickbp/iplookup:ee7bcef /iplookup stun.l.google.com:19302
$ docker run ghcr.io/nickbp/iplookup:TAG /iplookup stun.l.google.com:19302
123.456.789.123
```