This file was generated automatically based on this two sources:
- /etc/nginx/mime.types
- http://www.garykessler.net/library/file_sigs.html
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
This file was generated automatically based on this two sources:
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
| #!/usr/bin/env bash | |
| # | |
| # | |
| set -e | |
| SELF="$0" | |
| OPENVPN="${OPENVPN:-openvpn}" | |
| main(){ |
| #!/usr/bin/env python3 | |
| # | |
| # httpserver.py | |
| # by Tobias Simetsreiter <dasimmet@gmail.com> 2024 | |
| # https://gist.github.com/dasimmet/65183abc7e8aae7fcf115b8c452b1e41 | |
| from logging.handlers import RotatingFileHandler | |
| import logging | |
| import argparse | |
| import sys |