diff --git a/profile_translator_blocklist/templates/main.c.j2 b/profile_translator_blocklist/templates/main.c.j2
index 83d9167828c1265a753438dd04a864132f3b89b0..49f012ed3237605e8a92cfc4f4d618a8239716d0 100644
--- a/profile_translator_blocklist/templates/main.c.j2
+++ b/profile_translator_blocklist/templates/main.c.j2
@@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {
     // Initialize variables
     int ret;
     {% if use_dns %}
-    char *dns_server_ip = "8.8.8.8";  // Default DNS server: Google Quad8
+    char *dns_server_ip = "192.168.1.1";  // Default DNS server: LAN gateway
     {% endif %}
 
     // Setup SIGINT handler