Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your regex format is wrong, here, look with explanation, rpi, pihole. #228

Open
jekv2 opened this issue Dec 5, 2024 · 5 comments
Open
Labels

Comments

@jekv2
Copy link

jekv2 commented Dec 5, 2024

wrong .*[^.]l.google.com$

correct (.|^)google.com$

so, if u have a device on your network example nvidia shield like me.

want netflix n say prime or even pluto with net access without ddwrt'ing access restricixtion of a device but domains.

rpi, pihole.
create client by mac, then issue the regex to the client. easy as pie. should i say pi😁

(.|^)mtalk.google.com$

(.|^)google.com$

(.|^)gstatic.com$

(.|^)nvidia.com

(.|^)nvidiagrid.net

Screenshot_20241204-211211_1_1
Screenshot_20241204-211230_1_1
Screenshot_20241204-212014_1_1

@jekv2 jekv2 added the domains label Dec 5, 2024
@jekv2
Copy link
Author

jekv2 commented Dec 5, 2024

also block country's

(^|.)(cn|ru|hk|ir|iq|kp|)$

@jekv2
Copy link
Author

jekv2 commented Dec 5, 2024

(.|^)play.googleapis.com

@jekv2
Copy link
Author

jekv2 commented Dec 5, 2024

(.|^)googleusercontent.com

@jekv2
Copy link
Author

jekv2 commented Dec 5, 2024

Ok so here is the list.

(.|^)google.com$

(.|^)mtalk.google.com$

(.|^)google.com$

(.|^)gstatic.com$

(.|^)nvidia.com

(.|^)nvidiagrid.net

also block country's

(^|.)(cn|ru|hk|ir|iq|kp|)$

(.|^)play.googleapis.com

(.|^)googleusercontent.com

(.|^)googleapis.com

(.|^)doubleclick.net

(.|^)play-fe.googleapis.com

(.|^).googleapis.com

I could not block
play-fe.googleapis.com

only way i found to stop play-fe.googleapis.com was to disable google play in shield.

@jekv2
Copy link
Author

jekv2 commented Dec 6, 2024

safely without interupts plutotv

(.|^)census-app.scorecardresearch.com

(.|^)assets.adobedtm.com

(.|^)kvinit-prod.api.kochava.com

(.|^)conduit.redfast.com

(.|^)ntp.org

(.|^)onetrust.io

(.|^)braze.com

(.|^)dewrain.life

(.|^)vaicore.site

(.|^)youboranqs01.com

(.|^)macropinch.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant