gitextract_nki4u8cg/ ├── .gitignore ├── LICENSE ├── README.md ├── acme/ │ ├── .well-known/ │ │ └── acme-challenge/ │ │ └── test.txt │ └── README.md ├── allowed-sites.conf ├── api.conf ├── cf-worker/ │ ├── .eslintrc.json │ ├── README.md │ └── index.js ├── changelogs/ │ ├── README.md │ ├── v0.0.1.md │ └── v0.1.0.md ├── docs/ │ ├── blogs/ │ │ └── js-hook.md │ ├── cert-auto.md │ ├── cert-manual.md │ └── setup.md ├── i.sh ├── log-svc/ │ ├── README.md │ ├── backup/ │ │ └── README.md │ ├── backup.sh │ └── svc.sh ├── log.conf ├── lua/ │ ├── http-body-hash.lua │ ├── http-dec-req-hdr.lua │ ├── http-enc-res-hdr.lua │ └── ws-dec-req-hdr.lua ├── mime.types ├── nginx/ │ ├── .gitignore │ └── logs/ │ └── .gitignore ├── nginx.conf ├── run.sh ├── setup-ipset.sh ├── test/ │ └── works.txt ├── www/ │ ├── .gitignore │ └── README.md └── www.conf