We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
also block country's
(^|.)(cn|ru|hk|ir|iq|kp|)$
Sorry, something went wrong.
(.|^)play.googleapis.com
(.|^)googleusercontent.com
Ok so here is the list.
(.|^)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.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: