
mdns_ports - Automatically detects and advertises services to the mDNS network

mycomputer:/root# perl ports.pl

Detects running network services and advertises them to the mDNS network

Run this program. It will scan your local computer (and trigger any portscan detectors you have running). Then it will answer any multicast DNS queries for that port. In effect, it advertises your current running network programs using the multicast DNS system.

The RFC is still in draft form, so do a web search for "multicst DNS"

Jepri, jepri@perlmonk.org

Copyright 2003 by Jepri
This library is free software; you can redistribute it and/or modify it under the same terms of the GPL.