#shell#cloudflare#grpc_cloudflare#httpupgrade#hysteria2#nginx#reality#reality_grpc#shell#sing_box#trojan#trojan_grpc#tuic_v5#v2ray#vless#vmess#websockettlscdn_cloudflare_ip#xray#xray_core#xray_install#xtls_rprx_vision
v2ray-agent is a tool that helps you quickly install and manage proxy servers using popular cores like Xray-core and sing-box. It supports many protocols such as VLESS, VMess, Trojan, and more, and automatically handles SSL certificates for secure connections. You can easily manage users, ports, and subscriptions through a simple menu. It also offers features like traffic routing, domain blocking, and P2P download control, which can help you unblock streaming services and control internet access. Installation is simple with a one-command script, making it convenient to set up and maintain your proxy server securely and efficiently.
https://github.com/mack-a/v2ray-agent
Stop #Cloudflare
“The Great Cloudwall” is Cloudflare Inc., the U.S. company. It is providing CDN(content delivery network) services, DDoS mitigation, Internet security, and distributed DNS(domain name server) services. Cloudflare is the world'slargest MITM proxy (reverse proxy). Cloudflare owns more than 80% of CDN market share and the number of cloudflare users are growing each day. They have expanded their network to more than 100 countries. Cloudflare serves more web traffic than Twitter, Amazon, Apple, Instagram, Bing & Wikipedia combined. Cloudflare is offering free plan and many people are using it instead of configuring their servers properly. They traded privacy over convenience. Cloudflare sits between you and origin web server, acting like a border patrol agent. You are not able to conn
https://0xacab.org/dCF/deCloudflare/-/blob/master/readme/en.md
http://blog.povilasb.com/posts/python-asyncio-vs-nginx-performance/
While I was playing with Python #asyncio I got interested in how well it performs serving data over TLS compared to #Nginx. So I implemented a small HTTPS server with asyncio:
http://tutos.readthedocs.io/en/latest/source/ndg.html
due to the lacks of informations about deploying latests version of #django (1.6+) with latest #nginx (1.6+) using #gunicorn (18+) inside virtual environment of #python 3 (3.4+), it was really hard for a beginner like me to deploy a django project.
http://aiohttp.readthedocs.io/en/stable/deployment.html
There are several options for #aiohttp server deployment:
Standalone server
Running a pool of backend servers behind of #nginx, #HAProxy or other reverse proxy server
Using #gunicorn behind of reverse proxy
Nginx quick reference, how to improve Nginx performance, security and other important things.
#resources#tutorial#nginx#security
@thedevs
https://kutt.it/ppPwY1
http://www.jaggedverge.com/2017/11/how-a-web-page-request-makes-it-down-to-the-metal/
How a web page request makes it down to the metal
by : Janis Posted in : Tutorials, work-in-progess Tags : #NGINX, #Python No Comments
The other day I was interested in how many steps occur between sending a #POST or #GET#request from a website to the actual processing that happens on the CPU of the #server. I figured that I knew bits and pieces of the puzzle but I wanted to see the complete path from the highest levels of abstraction all the way to the lowest without missing anything too big in-between. It turns out that in a modern web system there are a lot of steps. I have been really fascinated by this much like the explorer that wants to find a path from one known place to another. If you are interested in better understanding how your computer works you might find walking along this path with your tech stack helpful.
Frontend
prelude: GET request
Browser page #rendering
POST request
sidenote: #CSRF#token
Network stack
sidenote: The Internet
#TCP
sidenote: more comprehensive treatment of network stack
Backend
Handling web request
#WSGI
#Django
Django URL routing
Django views
Python implementations
#CPython
CPython bytecode
CPython bytecode execution details
Machine Code
CPython to machine code
Machine code execution
Hardware implementation details
Microcode
Processor #pipeline
Silicon implementation of addition
Silicon adder unit
AND gate
Transistor