Files
oam/snippets/curl.sh
2024-05-30 01:05:57 +02:00

6 lines
147 B
Bash

#!/usr/bin/env sh
# Forcefully resolve a host to a given address.
curl 'https://gitlab.mine.info' --resolve 'gitlab.mine.info:443:192.168.32.76'