diff --git a/README.md b/README.md index 81acd13..d17925e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # PiHole +## Services +Allowed Lists +- [Paypal](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/paypal_allowed_domains.txt) +- [Youtube](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/paypal_allowed_domains.txt) +- [Commerzbank](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/commerzbank_allowed_domains.txt) +- [Proton Mail](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/proton_mail_allowed_domains.txt) ## Games Allowed Lists - [Steam](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/steam_allowed_domains.txt) diff --git a/lists/commerzbank_allowed_domains.txt b/lists/commerzbank_allowed_domains.txt new file mode 100644 index 0000000..8dfcfdd --- /dev/null +++ b/lists/commerzbank_allowed_domains.txt @@ -0,0 +1,9 @@ +# Title: Domains which needs to be allowed for Commerzbank +# Description: ... +# Syntax: Hosts (including possible subdomains) +# Number of entries: 3 +# ALLOW +# +0.0.0.0 app.commerzbank.de +0.0.0.0 www.commerzbank.de +0.0.0.0 execution.ci360.tpp.commerzbank.de \ No newline at end of file diff --git a/lists/paypal_allowed_domains.txt b/lists/paypal_allowed_domains.txt new file mode 100644 index 0000000..633e3c9 --- /dev/null +++ b/lists/paypal_allowed_domains.txt @@ -0,0 +1,11 @@ +# Title: Domains which needs to be allowed for Paypal +# Description: ... +# Syntax: Hosts (including possible subdomains) +# Number of entries: 5 +# ALLOW +# +0.0.0.0 c.paypal.com +0.0.0.0 www.paypal.com +0.0.0.0 api-m.paypal.com +0.0.0.0 pics.paypal.com +0.0.0.0 www.paypalobjects.com \ No newline at end of file diff --git a/lists/proton_mail_allowed_domains.txt b/lists/proton_mail_allowed_domains.txt new file mode 100644 index 0000000..6dc81ff --- /dev/null +++ b/lists/proton_mail_allowed_domains.txt @@ -0,0 +1,11 @@ +# Title: Domains which needs to be allowed for Proton Mail +# Description: ... +# Syntax: Hosts (including possible subdomains) +# Number of entries: 5 +# ALLOW +# +0.0.0.0 api.protonmail.ch +0.0.0.0 mail.proton.me +0.0.0.0 mail-api.proton.me +0.0.0.0 account.proton.me +0.0.0.0 account-api.proton.me \ No newline at end of file diff --git a/lists/youtube_allowed_domains.txt b/lists/youtube_allowed_domains.txt new file mode 100644 index 0000000..051938a --- /dev/null +++ b/lists/youtube_allowed_domains.txt @@ -0,0 +1,11 @@ +# Title: Domains which needs to be allowed for Youtube +# Description: ... +# Syntax: Hosts (including possible subdomains) +# Number of entries: 5 +# ALLOW +# +0.0.0.0 s.youtube.com +0.0.0.0 www.youtube.com +0.0.0.0 accounts.youtube.com +0.0.0.0 youtubei.googleapis.com +0.0.0.0 returnyoutubedislikeapi.com \ No newline at end of file