You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically, it is feasible to dynamically alter the interaction with the CNAME based on the response to the request.
When a device within a network attempts to connect to, for instance, test.lab.local, and test.lab.local is not present in the cache, a request is sent. Consequently, two potential approaches are possible: either listening on the multicast IP or subscribing to avahi dbus messages (assuming they are available).
Implementing this approach would result in reduced network traffic by minimizing the number of packages transmitted within the network, and it would also introduce additional logic to handle response behavior. An automatic redirection of all *.lab.local requests to lab.local through CNAME during runtime would be achievable through this mechanism.
The text was updated successfully, but these errors were encountered:
Theoretically, it is feasible to dynamically alter the interaction with the CNAME based on the response to the request.
When a device within a network attempts to connect to, for instance,
test.lab.local
, andtest.lab.local
is not present in the cache, a request is sent. Consequently, two potential approaches are possible: either listening on the multicast IP or subscribing to avahi dbus messages (assuming they are available).Implementing this approach would result in reduced network traffic by minimizing the number of packages transmitted within the network, and it would also introduce additional logic to handle response behavior. An automatic redirection of all
*.lab.local
requests tolab.local
through CNAME during runtime would be achievable through this mechanism.The text was updated successfully, but these errors were encountered: