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:
parent
3e3e0d48f2
commit
2a67e47cde
9 changed files with 803 additions and 0 deletions
|
@ -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%/*}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue