Skip to content

Instantly share code, notes, and snippets.

View coldfire7's full-sized avatar
๐Ÿš€
>:D

Raiyan Hossain coldfire7

๐Ÿš€
>:D
View GitHub Profile
@coldfire7
coldfire7 / pihole
Last active January 22, 2023 10:15
Pi-hole UFW app (/etc/ufw/applications.d/pihole)
[Pihole]
title=Pihole
description=Network-wide protection and ad blocking
ports=53/tcp|53/udp|80/tcp
[Pihole with DHCP]
title=Pihole
description=Network-wide protection and ad blocking
ports=53/tcp|53/udp|67/udp|80/tcp|547/udp
@coldfire7
coldfire7 / docker-compose.yml
Last active January 22, 2023 10:16
WireGuard Server
version: "3"
services:
wireguard:
image: weejewel/wg-easy:latest
container_name: wireguard
hostname: wireguard
restart: unless-stopped
volumes: