nutinshell
nutinshell
It looks not correctly.. ``` 2015/07/19 23:38:48 [error] 15658#0: *36 upstream timed out (110: Connection timed out) while reading upstream, client: x.x.x.x, server: localhost, request: "GET /vpn HTTP/1.1", upstream: "uwsgi://unix:/run/vpn.sock:",...
``` ./vpn-ws --tuntap vpn0 /run/vpn.sock ``` ``` server { listen 943; server_name cctrs.net; ssl on; ssl_certificate cert.pem; ssl_certificate_key key.pem; ssl_session_timeout 5m; ssl_protocols SSLv3 TLSv1; ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; ssl_prefer_server_ciphers on; location /vpn...
``` !log [limit] [optionalsearch] ``` would be cool, but add some context from match line, like 10 lines, maybe even better :)
@magalvao that's nice, thanks for sharing it :)
> 支持tproxy的。这应该是之前kernel的一个bug,你换个kernel吧。 谢谢。试了换成 4.15 的内核,还是一样的错误。
this would be cool!
+1 Nginx now offers patch to support SPDY in 1.3.2
oops, new error ``` [+] Running 0/1 ⠿ app Error 0.8s Error response from daemon: manifest unknown ```
Just remove the quotes from the `proxychains -f $conf` line in the Dockerfile. Fixed for me.
> > Just remove the quotes from the `proxychains -f $conf` line in the Dockerfile. Fixed for me. > > But I need the proxy to access the OpenAI server......