mirror of
https://gitlab.com/DasMoorhuhn/pihole.git
synced 2026-09-24 15:13:02 +00:00
add new allowed lists
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
# PiHole
|
# 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
|
## Games
|
||||||
Allowed Lists
|
Allowed Lists
|
||||||
- [Steam](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/steam_allowed_domains.txt)
|
- [Steam](https://gitlab.com/DasMoorhuhn/pihole/-/raw/main/lists/steam_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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user