What is KMI and how to use it?
KMI is a microservice from the Aeza team for anonymous and fast saving and storing any text information.
How to use?
To use it, you will need a device with the curl utility, as a rule, it is available on any Linux distributions, installed through a package manager, for example apt install curl or yum install curl and so on.
Then enter one simple command, after which your text / text file will be instantly saved to the cloud.
cat hello-world.c | curl -F 'kmi=<-' https://kmi.aeza.netAfter that, you will receive a short and convenient link to your text file in the format https://kmi.aeza.net/dJdFRy
KMI is completely free, has no restrictions, limits and so on. Use as much as necessary.
You can also install a script for more convenient use of KMI, you can do this as follows:
# Installation
curl "https://kmi.aeza.net/install" | sudo sh
# Usage
echo 123 | sh kmi # Where 123 is the text that will be uploaded to KMI.Installing Nginx
Nginx is web server software for dynamic processing of user requests, being a leader in its niche and used by major IT companies VKontakte, Google, Facebook and others.
Setting up VLESS in Marzban
Marzban is a panel for creating connection configs to proxies of various protocols such as VLESS, VMESS, Trojan, Shadowsocks. In this instruction, we will consider connection via VLESS protocol.