mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
6 lines
147 B
Bash
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'
|