pi-hole-api 0.2.0

Library for interacting with the Pi Hole PHP API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: "3"

# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
  pihole:
    container_name: pi-hole-api-pihole-test-instance
    image: pihole/pihole:latest
    ports:
      - "127.0.0.1:53:53/tcp"
      - "127.0.0.1:53:53/udp"
      - "127.0.0.1:80:80/tcp"
    environment:
      WEBPASSWORD: 'pi-hole-api-test-environment-only'
      FTLCONF_RATE_LIMIT: 0/0