diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22d89e9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: C +script: + - make + @@ -1,5 +1,8 @@ mdns-repeater ============== + +[](https://travis-ci.org/lucasec/mdns-repeater) + mdns-repeater is a Multicast DNS repeater for Linux. Multicast DNS uses the 224.0.0.51 address, which is "administratively scoped" and does not leave the subnet. mdns-repeater provides a "keep it simple, stupid" solution to discovering mDNS services across subnets, and is primarily intended for router distributions and software firewalls. |