You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if sock5 is available in Nginx.
socks-nginx-module is not built in openresty.
starius/lua-resty-socks5 seems feasible.
But the final solution goes like this: nginx (equipped with VeryNginx) as proxy -> cow -> ss-local with v2ray, with respect to the latter two layers already exist.
So I don't have to take off cow and transplant its features into nginx.
What's more, in order to read the bookmark of lynx, nginx should be run at my host machine, not in docker.
Suspend
Use docker-compose to make all this into two container: one is nginx and another is sslocal.
#48: Ban index page of time-killing sites
Check if sock5 is available in Nginx.
socks-nginx-module is not built in openresty.
starius/lua-resty-socks5 seems feasible.
But the final solution goes like this: nginx (equipped with VeryNginx) as proxy -> cow -> ss-local with v2ray, with respect to the latter two layers already exist.
So I don't have to take off cow and transplant its features into nginx.
What's more, in order to read the bookmark of lynx, nginx should be run at my host machine, not in docker.
Suspend
Use docker-compose to make all this into two container: one is nginx and another is sslocal.
Anyway, do it only when necessary.