タグ

***とproxyに関するfcicqのブックマーク (1)

  • socat

    dest-unreach / socat socat - Multipurpose relay Abstract what: "netcat++" (extended design, new implementation) OS: AIX, BSD, Linux, Solaris e.a. (UNIX) lic: GPL2 inst: tar x...; ./configure; make; make install doc: README; socat.html, socat.1 ui: command line exa: socat TCP6-LISTEN:8080,reuseaddr,fork PROXY:proxy:www.domain.com:80 keyw: tcp, udp, ipv6, raw ip, unix-socket, pty, pipe, listen, sock

    fcicq
    fcicq 2018/01/09
    read example file. fwd: socat tcp-l:80,reuseaddr,fork,su=nobody TCP:host:80 ssh: ProxyCommand socat - PROXY:host:%h:%p,proxyport=8000 telnetd: socat tcp-l:2023,reuseaddr,fork exec:/bin/login,pty,setsid,setpgid,stderr,ctty / socat -,raw,echo=0 tcp:HOST:2023
  • 1