Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

59 lines (47 loc) · 2.51 KB

Changelog

🚧 Work in Progress - see issue #1

0.91 2019.11.20

  • use the last working Image for Rasperry Pi Devices (now use the Image alpine:3.8.4)

0.9 2019.06.02

  • CVE-2019-5021 fix Alpine image root account without password for Raspberry Pi Devices (now use the Image arm32v7/alpine:latest)
  • add .gitignore and fix issue with command ip with MacOS Host #PullRequest_8 thanks @darth-veitcher

0.8 2019.02.17

0.7 2019.02.17

  • openvpn-install.sh

    • set "DNSSEC=true" to pihole/setupVars.conf
    • set "API_QUERY_LOG_SHOW=blockedonly" to pihole/setupVars.conf
  • docker-compose.yml

    • change DNS1=46.182.19.48 Digitalcourage and DNS2=213.73.91.35 Chaos Computer Club (this support DNSSecure check this with DNSSEC Resolver Test)

0.6 2019.02.11

  • fix pihole resolv.conf #410
  • fix pihole dns environment

0.5 2019.02.10

  • openvpn-install.sh

0.4 2019.02.07

  • openvpn-install.sh
    • clean up the user input
    • after creating of the Container you get a overview with the OpenVPN Domain, Pi-Hole Password and Pi-Hole Admin Domain

0.3 2019.01.27

  • openvpn-install.sh
    • .env is not necessary (change ServerIP and WEBPASSWORD into docker-compose.yml directly)
    • remove current Path

0.2 2019.01.26

  • openvpn-install.sh
    • set the current Path (to run compose / script from differend Directory)
    • add possibility to change the OpenVPN Protocol (default udp)
    • add possibility to change the Pi-Hole Admin Password (and read WEBPASSWORD from docker-compose)
    • read the Host-IP IPv4 to .env for Pi-Hole ServerIP
    • create a new sub-network if this not exist
    • run docker-compose.yml

0.1 2019.01.20

Added

  • openvpn-install.sh Script to create the OpenVPN Certificate and first user
  • openvpn-client.sh Script to create aditional User
  • docker-compose.yml