https://github.com/alexreg/mdns-mirror
Mirror mDNS hostnames on a DNS server
https://github.com/alexreg/mdns-mirror
dns mdns mirroring python
Last synced: 7 months ago
JSON representation
Mirror mDNS hostnames on a DNS server
- Host: GitHub
- URL: https://github.com/alexreg/mdns-mirror
- Owner: alexreg
- Created: 2023-03-01T00:48:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T04:34:17.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:26:33.624Z (9 months ago)
- Topics: dns, mdns, mirroring, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdns-mirror
A program for continuously mirroring mDNS (a.k.a. Bonjour) hostnames under a particular zone on a regular DNS server.
This is useful, for example, when connecting to a LAN over VPN from iOS devices, since iOS does not currently support sending mDNS packets through a VPN tunnel.
## Installation
To install mdns-mirror, run
```console
$ pip3 install -U git+https://github.com/alexreg/mdns-mirror
```A *systemd* service file is provided at `mdns-mirror.service`.
## Usage
Run `mdns-mirror --help` for details on how to use the program.
Set the `LOGLEVEL` environment variable to configure the verbosity of the log.