1
0
Fork 0
mirror of https://codeberg.org/h3xx/you-dont-need-pihole.git synced 2024-08-14 20:27:01 +00:00

Add README, CONTRIBUTING, LICENSE

And all the other explanatory bits needed to push this out into a
proper Open Source Project(TM).
This commit is contained in:
Dan Church 2022-11-11 16:42:16 -06:00
parent 3e3e0d48f2
commit 2a67e47cde
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0
9 changed files with 803 additions and 0 deletions

View file

@ -1,3 +1,16 @@
###############################################################################
# You Don't Need Pi-hole
# Network-wide DNS blocking without extra hardware.
#
# Project URL: https://codeberg.org/h3xx/you-dont-need-pihole
#
# License GPLv3: GNU GPL version 3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
# with Commons Clause 1.0 (https://commonsclause.com/).
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
# You may NOT use this software for commercial purposes.
###############################################################################
# vi: ft=sh
# Defaults:
#WORKDIR=${WORKDIR:-${BASH_SOURCE%/*}}