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

Feature request: Add DNS logging with domain name resolution to block individual tracking sites. #28

Open
ibay770 opened this issue Oct 24, 2023 · 1 comment

Comments

@ibay770
Copy link

ibay770 commented Oct 24, 2023

Many apps now have tracking like browsers, instead of blocking the whole browser, perhaps make an option to log all dns requests from a browser for example, and then we can block individual sites/ports.
Thanks in advance,

@Younes-Benotmane
Copy link

hi, ibay770
I read your message and it's true that it's a shame not to be able to add URLs, domain names or IP addresses.
On the other hand, I looked on my side for regex (detector of words, letters, numbers, special characters) but I don't know where to add these regex in the tinyWall code.
If anyone's interested, here are the regexes:

regex
HTTP or HTTPS http(s)?:\/\/ image
DNS \/\/(.+\..{2,3}) DNS Img
ww1 à ww9 \/\/(www|ww[1-9]) image
IP ([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]) image

DNS img
image

complet regex
((http(s)?):\/\/(www|ww[1-9])(.+\..{2,3})|([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]).([0-2]?[0-9]?[0-9]))
image

I hope the tinywall creator sees this post

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

No branches or pull requests

2 participants