A fork of hastebin, which focuses on security, and stability.
- Code highlighting
- Netcat support
This is only available for Mint instance that have config.server.enabled
set to true
.
echo "Hello world!" | nc <instance_host> <instance_port>
- Git clone the repository.
git clone https://github.com/xcgc/mint-server.git
- Edit
config.json
to what you like. - Install required dependencies.
# NPM
npm install
# Yarn
yarn
{
"key": 00000
}
{
"key": 00000,
"data": "Hello world!"
}
Hello world!