Update examples to use wildcard addresses for network binding and improve connection timeout comments

This commit is contained in:
yashksaini-coder
2025-09-20 13:11:22 +05:30
parent a862ac83cd
commit ae3e2ff943
5 changed files with 19 additions and 10 deletions

View File

@ -1,2 +1,2 @@
Enhanced security by defaulting to loopback address (127.0.0.1) instead of wildcard binding.
All examples and core modules now use secure default addresses to prevent unintended public exposure.
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.