Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

View File

@ -1,10 +1,14 @@
---
type: "topic"
created: "2024-01-06T01:25:36.138Z"
updated: "2024-04-11T04:33:41.638Z"
assigned: ''
created: 2024-01-06T01:25:36.138Z
progress: 0
tags:
- Hosts
type: note
updated: 2024-07-26T23:23:05.440Z
---
# Linux Pi Hole
# Pi-hole
[Ubuntu](ubuntu.md)
@ -14,12 +18,16 @@ updated: "2024-04-11T04:33:41.638Z"
- [ ] ufw
```bash
# https://canyoublockit.com/
curl -sSL https://install.pi-hole.net | bash
192.168.0.73
pihole -a -p 4hink
apt install unbound
# https://docs.pi-hole.net/guides/dns/unbound/
nano /etc/unbound/unbound.conf.d/pi-hole.conf
```
@ -94,10 +102,16 @@ server:
```bash
service unbound restart
# Disable Forwarding DNS in PiHole
# Set Custom DNS in PiHole - 127.0.0.1#5335
# And you're done! Bonus points for sending all DNS traffic through a VPN Gateway to encrypt all outbound requests - https://youtu.be/xFficDCEv3c
pihole -up
```
@ -117,8 +131,13 @@ service lighttpd restart
```
```bash
# https://www.kali.org/docs/installation/network-pxe/
# https://discourse.pi-hole.net/t/setting-up-a-pxe-boot-server-with-docker-compose-and-boot-kali-linux-or-other-oss/50218
cd /etc/dnsmasq.d/
touch /etc/dnsmasq.d/99-pxeboot.conf && nano /etc/dnsmasq.d/99-pxeboot.conf
```
@ -158,12 +177,16 @@ nmap -n -sU -p67 --script broadcast-dhcp-discover
```
```bash
# https://fuzzthepiguy.tech/adtest/
nano /etc/dnsmasq.d/04-pihole-static-dhcp.conf
service unbound-resolvconf status
```
```bash
# https://serverfault.com/questions/1069459/configuration-on-nginx-for-nextcloud-and-pi-hole
links https://phares3757.ddns.net/dhcp.leases
```