Skip to content
#

mdns

Here are 178 public repositories matching this topic...

toxuin
toxuin commented Oct 6, 2020

Currently, the firewall operates only on "allow/deny" basis for the whole packet, as long as it's answers includes a name from the whitelist.

Current situation creates unnecessary traffic in target network, extraneous data being transmitted over the tunnel and potentially exposes sensitive data to the whole target network.

Smarter firewall would solve this by re-creating the packet with

help wanted good first issue up-for-grabs hacktoberfest
gustavowd
gustavowd commented Jun 14, 2021

Hi.

I'm trying to use the libmdns to responde mdns and dns-sd messages to an IEEE 2030.5 client.
It turns out that IEEE 2030.5 standard has several subtypes:
For example,
tm._sub._smartenergy._tcp.local

If I send a request for this subtypes, the answer must be something like:

tm-00000000._smartenergy._tcp.local

However, there is no subtype parameter in the register function of libm

enhancement good first issue

Improve this page

Add a description, image, and links to the mdns topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mdns topic, visit your repo's landing page and select "manage topics."

Learn more