├── .gitignore ├── Dockerfile ├── Makefile ├── README.md └── run.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *.tar 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mag1024/mikrotik-docker-mdns-repeater/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mag1024/mikrotik-docker-mdns-repeater/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mag1024/mikrotik-docker-mdns-repeater/HEAD/README.md -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mag1024/mikrotik-docker-mdns-repeater/HEAD/run.sh --------------------------------------------------------------------------------