"Curl --connect-to"의 두 판 사이의 차이

3번째 줄: 3번째 줄:
;curl --connect-to
;curl --connect-to


<syntaxhighlight lang='console'>
root@wsl:~# curl --help | grep connect-to
    --connect-to <HOST1:PORT1:HOST2:PORT2> Connect to host
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@wsl:~# curl --connect-to ::103.102.166.224 https://wikipedia.org
root@wsl:~# curl --connect-to ::103.102.166.224 https://wikipedia.org

2024년 9월 27일 (금) 11:05 판

1 개요

curl --connect-to
root@wsl:~# curl --help | grep connect-to
     --connect-to <HOST1:PORT1:HOST2:PORT2> Connect to host
root@wsl:~# curl --connect-to ::103.102.166.224 https://wikipedia.org
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.wikipedia.org/">here</a>.</p>
</body></html>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}