Private CA - Generate SSL certs by your own Private CA. More Details.
>>> from theca import create_cert
>>> create_cert()
{
'key': '/root/.devnull/certs/key.pem',
'crt': '/root/.devnull/certs/crt.pem',
'full_chain': '/root/.devnull/certs/fullchain.pem',
'fqdn': ['_truncated_.private.thedns.cn','_truncated_.public.thedns.cn'],
'ca_url': 'https://devnull.cn/getca/fe9cbe4a1bc3'
}
Meshing Network - Connecting your boundaries in seconds. More Details.
>>> import meshing
>>> meshing.checkin()
>>> meshing.connect()
Dynamic DNS - The most convenient way to identify your IoT devices. More Details.
>>> from thedns import update
>>> update()
{'_truncated_.public.thedns.cn': '81.71.103.82', '_truncated_.private.thedns.cn': '10.103.0.12'}
Paste Codes - Share lines with your peers.
wget https://files.devnull.cn/paste-cli; chmod 755 paste-cli; ./paste-cli
Account Activation - Get your own account for further use.
python3 -c "$(wget -q -O- https://files.devnull.cn/register | base64 -d)"