Projects STRLCPY dnstt Commits 94c82268
🤬
  • Remove -v from ncat and ssh proxy commands.

    These log destinations by default, which is not good to encourage in a
    default installation.
  • Loading...
  • David Fifield committed 3 years ago
    94c82268
    1 parent 169a43e6
  • ■ ■ ■ ■ ■ ■
    README
    skipped 97 lines
    98 98  can be a proxy server or anything else. For testing, you can use an
    99 99  Ncat listener:
    100 100  ```
    101  -tunnel-server$ ncat -lkv 127.0.0.1 8000
     101 +tunnel-server$ ncat -l -k -v 127.0.0.1 8000
    102 102  ```
    103 103   
    104 104   
    skipped 58 lines
    163 163  for example.
    164 164   
    165 165  ```
    166  -tunnel-server$ ncat -lkv --proxy-type http 127.0.0.1 8000
     166 +tunnel-server$ ncat -l -k --proxy-type http 127.0.0.1 8000
    167 167  tunnel-server$ ./dnstt-server -udp :5300 -privkey-file server.key t.example.com 127.0.0.1:8000
    168 168  ```
    169 169   
    skipped 26 lines
    196 196   
    197 197  ```
    198 198  tunnel-client$ ./dnstt-client -doh https://doh.example/dns-query -pubkey-file server.pub t.example.com 127.0.0.1:2222
    199  -tunnel-client$ ssh -v -N -D 127.0.0.1:7000 -o HostKeyAlias=tunnel-server -p 2222 127.0.0.1
     199 +tunnel-client$ ssh -N -D 127.0.0.1:7000 -o HostKeyAlias=tunnel-server -p 2222 127.0.0.1
    200 200  tunnel-client$ curl --proxy socks5h://127.0.0.1:7000/ https://wtfismyip.com/text
    201 201  ```
    202 202   
    skipped 144 lines
Please wait...
Page is in error, reload to recover