mr/cygwinのsocatでsocks使いたい
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* tl;dt [#c0a59ad7]
パッケージ socat2 を使う
* 補足 [#z61a4acf]
パッケージ socat は、1.8.0.1-1 から socks 対応が外されて...
- [[Cygwin Package Summary for socat>https://cygwin.com/p...
どうしても socat(ver1) で使いたい場合、1.8.0.0-1 か 1.7.4...
* おまけ [#dee95c1d]
socat のバージョンを知りたい
#prism(bash){{{
$ socat -V | head
socat by Gerhard Rieger and contributors - see www.dest-u...
socat version 2.0.0-b90+ on Sep 18 2020 13:14:12
running on CYGWIN_NT-10.0-19045 version 2024-08-25 16:...
features:
#define WITH_STDIO 1
#define WITH_FDNUM 1
#define WITH_FILE 1
#define WITH_CREAT 1
#define WITH_GOPEN 1
#define WITH_TERMIOS 1
}}}
socat で使えるプロトコル(address-head)を知りたい
#prism(bash){{{
$ socat -h | less
socat by Gerhard Rieger and contributors - see www.dest-u...
Usage:
socat [options] <bi-address> <bi-address>
options:
-V print version and feature information to std...
(略)
-4 prefer IPv4 if version is not explicitly spe...
-6 prefer IPv6 if version is not explicitly spe...
bi-address:
pipe[,<opts>] groups=FD,FIFO
<single-address>%<single-address>
<single-address>
single-address:
<address-head>[,<opts>]
address-head:
create:<filename> rwb groups=...
exec:<command-line> rwb groups=...
exec:<command-line> r w groups=...
(略)
socket-sendto:<domain>:<type>:<protocol>:<remote-ad...
socks4:<host>:<port> rwb b groups=...
socks4:<socks-server>:<host>:<port> rwb groups=...
socks4a:<host>:<port> rwb b groups=...
socks4a:<socks-server>:<host>:<port>rwb groups=...
socks5:<host>:<port> rwb b groups=...
stderr w groups=...
(略)
}}}
終了行:
* tl;dt [#c0a59ad7]
パッケージ socat2 を使う
* 補足 [#z61a4acf]
パッケージ socat は、1.8.0.1-1 から socks 対応が外されて...
- [[Cygwin Package Summary for socat>https://cygwin.com/p...
どうしても socat(ver1) で使いたい場合、1.8.0.0-1 か 1.7.4...
* おまけ [#dee95c1d]
socat のバージョンを知りたい
#prism(bash){{{
$ socat -V | head
socat by Gerhard Rieger and contributors - see www.dest-u...
socat version 2.0.0-b90+ on Sep 18 2020 13:14:12
running on CYGWIN_NT-10.0-19045 version 2024-08-25 16:...
features:
#define WITH_STDIO 1
#define WITH_FDNUM 1
#define WITH_FILE 1
#define WITH_CREAT 1
#define WITH_GOPEN 1
#define WITH_TERMIOS 1
}}}
socat で使えるプロトコル(address-head)を知りたい
#prism(bash){{{
$ socat -h | less
socat by Gerhard Rieger and contributors - see www.dest-u...
Usage:
socat [options] <bi-address> <bi-address>
options:
-V print version and feature information to std...
(略)
-4 prefer IPv4 if version is not explicitly spe...
-6 prefer IPv6 if version is not explicitly spe...
bi-address:
pipe[,<opts>] groups=FD,FIFO
<single-address>%<single-address>
<single-address>
single-address:
<address-head>[,<opts>]
address-head:
create:<filename> rwb groups=...
exec:<command-line> rwb groups=...
exec:<command-line> r w groups=...
(略)
socket-sendto:<domain>:<type>:<protocol>:<remote-ad...
socks4:<host>:<port> rwb b groups=...
socks4:<socks-server>:<host>:<port> rwb groups=...
socks4a:<host>:<port> rwb b groups=...
socks4a:<socks-server>:<host>:<port>rwb groups=...
socks5:<host>:<port> rwb b groups=...
stderr w groups=...
(略)
}}}
ページ名: