Is it possible to block certain domains on a client basis? #2452
-
I see an abnormal amount of queries coming from a device in the network:
The first 3 websites should be accessible by smartphones and computers, but not to the specified client. How can I achieve this? I am using static IPs within my LAN, so I know that the client IP won't change. |
Beta Was this translation helpful? Give feedback.
Answered by
lifenjoiner
Aug 10, 2023
Replies: 1 comment 3 replies
-
Sounds it is deployed on a router, and you have root access.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AlphaJack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds it is deployed on a router, and you have root access.
What about:
iptables
to forward requests from the specified client to the specified instance.