From ce669d7537c1ea4c962fccc0a447671bb999cd1c Mon Sep 17 00:00:00 2001 From: Noufal Ibrahim Date: Tue, 30 Dec 2025 14:30:20 +0530 Subject: [PATCH 1/2] Updates readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31d78c8..044b040 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ That's what glocker tries to do. # Strategies and features +This currently blocks adding entries into the `/etc/hosts` file. It will redirect domains to 127.0.0.1 and if any such URL is hit, it will track it as a violation From 7c2c2f9df715bca6a1b2582a7210fd28d5f2bbdf Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 07:55:57 +0000 Subject: [PATCH 2/2] Fix technical accuracy in README hosts file description Changed from 'blocks adding entries' to accurately describe that glocker 'modifies the /etc/hosts file to redirect blocked domains'. Also improved grammar and clarity of the explanation. Co-authored-by: Noufal Ibrahim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 044b040..dfa2b48 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ That's what glocker tries to do. # Strategies and features -This currently blocks adding entries into the `/etc/hosts` file. It will redirect domains to 127.0.0.1 and if any such URL is hit, it will track it as a violation +Glocker modifies the `/etc/hosts` file to redirect blocked domains to 127.0.0.1 (localhost). When users attempt to access these blocked domains, glocker detects and tracks these attempts as violations.