Refactor example scripts and core modules to enhance security by using secure loopback addresses for network binding

This commit is contained in:
yashksaini-coder
2025-09-20 13:32:43 +05:30
parent ae3e2ff943
commit 77208e95cc

View File

@ -1,2 +1,2 @@
Updated all example scripts and core modules to use secure loopback addresses instead of wildcard addresses for network binding.
The `get_wildcard_address` function and related logic now utilize all available interfaces safely, improving security and consistency across the codebase.
Updated all example scripts and core modules to use secure loopback addresses instead of wildcard addresses for network binding.
The `get_wildcard_address` function and related logic now utilize all available interfaces safely, improving security and consistency across the codebase.