docs.verry.org/content/geek/tools/curl.md
2024-05-10 23:08:07 +02:00

11 lines
169 B
Markdown

+++
title = 'Curl'
date = 2024-05-10T23:03:19+02:00
+++
# Forcer une IP spécifique
```bash
curl --resolve monsuperhostname:443:masuperip https://monsuperhostname
```