Skip to content

Instantly share code, notes, and snippets.

@killow84
killow84 / BlockPS4Updates
Created January 12, 2023 10:53 — forked from aqualad/BlockPS4Updates
pi hole adlist to block ps4 updates
# Exploited PS4 Blocklist (https://gbatemp.net/threads/aio-ps4-exploit-guide.497858/)
#[community.playstation.net]
asm.np.community.playstation.net
ps4.updptl.np.community.playstation.net
ps4.updptl.sp-int.community.playstation.net
ps4updptl.eu.np.community.playstation.net
ps4updptl.jp.np.community.playstation.net
ps4updptl.jp.sp-int.community.playstation.net
ps4updptl.uk.np.community.playstation.net
@killow84
killow84 / docker-compose.yml
Created January 4, 2023 19:42 — forked from spikegrobstein/docker-compose.yml
docker-compose file for sabnzbd/sonarr/radarr
# start up with 'docker-compose up -d' to start in background
# update images with 'docker-compose pull'
# this assumes that you have a sibling directory to this file called 'config' that contains all of the config for these services
# you can reference 'sabnzbd' 'radarr' or 'sonarr' from inside the containers (in the apps) to reference the other containers. no need to deal with IPs or hostnames
# remember that docker is isolated from the rest of your filesystem. you need to add volumes to the entries
# in order to give the processes access to them. so if you have multiple target directories for TV or Movies,
# then make sure you add each one that you want radarr/sonarr/sabnzbd to see.
version: '3'
services: