62 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| type: "note"
 | |
| created: "2024-04-15T16:01:10.090Z"
 | |
| updated: "2024-04-15T16:01:27.219Z"
 | |
| ---
 | |
| 
 | |
| # etc
 | |
| 
 | |
| ```conf
 | |
| *\*.mount
 | |
| *\*.db
 | |
| .pihole\*
 | |
| ```
 | |
| 
 | |
| ```conf
 | |
| *
 | |
| 
 | |
| !.gitignore
 | |
| 
 | |
| !*/
 | |
| 
 | |
| !etc/.pihole/advanced/pihole-admin.conf
 | |
| !etc/apt/sources.list
 | |
| !etc/bash_history*
 | |
| !etc/dhcpcd.conf
 | |
| !etc/hosts
 | |
| !etc/kea/kea-dhcp4.conf
 | |
| !etc/lighttpd/lighttpd.conf
 | |
| !etc/network/interfaces
 | |
| !etc/passwd
 | |
| !etc/pihole/dhcp.leases
 | |
| !etc/pihole/index.nginx-debian.html
 | |
| !etc/pihole/setupVars.conf
 | |
| !etc/resolv.conf
 | |
| !etc/snmp/snmpd.conf
 | |
| !etc/sysctl.conf
 | |
| !etc/systemd/resolved.conf
 | |
| !etc/systemd/system/code-server.service
 | |
| !etc/systemd/system/gogs-daemon.service
 | |
| !etc/systemd/system/text-2-json.service
 | |
| !etc/ufw/user.rules
 | |
| !etc/unbound/unbound.conf
 | |
| !etc/unbound/unbound.conf.d/pi-hole.conf
 | |
| 
 | |
| !etc/dnsmasq.d/*
 | |
| !etc/fstab/*
 | |
| !etc/letsencrypt/*
 | |
| !etc/netplan/*
 | |
| !etc/nginx/sites-available/*
 | |
| !etc/mysql/mariadb.conf.d/*
 | |
| !etc/php/*
 | |
| !etc/postgresql/*
 | |
| !etc/wsl/*
 | |
| 
 | |
| # !home/gogs/gogs/custom/conf/app.ini
 | |
| # !home/syncthing/.config/syncthing/config.xml
 | |
| # !usr/local/etc/gogs/conf/app.ini
 | |
| # !usr/local/etc/no-ip2.conf
 | |
| # !var/snap/nextcloud/current/nextcloud/config/*
 | |
| # !var/www/html/.well-known/acme-challenge/*
 | |
| ```
 |