What does the project do for you and what would you like it do for you.
Share ideas
On Sat, May 27, 2023, 12:21 AM Miten Mehta wrote:
> I consider from your reply that niginx reverse proxy cannot provide
> internet access through a forward proxy like squid, websense or alike.
>
> I understand yo
the code is as follows and is very sloppy:
#!/usr/bin/env python3
import subprocess as sp
import os
import pwd
os.chdir(os.path.expanduser('~'))
pcre2_version="pcre2-10.40"
zlib_version="zlib-1.2.13"
openssl_version="openssl-1.1.1p"
nginx_version="nginx-1.22.1"
deps = [
'curl', 'wget',
'tree','p