Skip to content

Instantly share code, notes, and snippets.

@h3krn
h3krn / unbound_watcher.py
Last active April 13, 2024 10:28
OPNsense unbound kea lease registration
#!/usr/local/bin/python3
"""
Copyright (c) 2016-2020 Ad Schellevis <ad@opnsense.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
@h3krn
h3krn / cloudsend.sh
Last active October 9, 2022 21:46 — forked from tavinus/cloudsend.sh
Send files to Nextcloud/Owncloud shared folder using curl
#!/usr/bin/env bash
############################################################
# MIGRATED TO REPOSITORY
# https://github.com/tavinus/cloudsend.sh
#
# This gist will NOT be updated anymore
############################################################
############################################################