diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-11-03 15:11:45 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-11-03 20:13:33 +0100 |
commit | 14a3e2bad5c174b8a4ee5a4890e16145a23f39f1 (patch) | |
tree | 72e3aae7e7c117da0c70bb675ef94635ea021ba5 /etc/optional/mdns/appliance/mdnsd-services.conf.sample | |
parent | 9fa727d3d9d718be66cc2339b0b5ab1aecd2bae6 (diff) | |
download | freebsd-wifibox-alpine-14a3e2bad5c174b8a4ee5a4890e16145a23f39f1.zip |
Incorporate support for mDNSResponder.
- Port mDNSResponder to Alpine.
- Update documentation.
Sponsored by: Universal Devices
Diffstat (limited to 'etc/optional/mdns/appliance/mdnsd-services.conf.sample')
-rw-r--r-- | etc/optional/mdns/appliance/mdnsd-services.conf.sample | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/optional/mdns/appliance/mdnsd-services.conf.sample b/etc/optional/mdns/appliance/mdnsd-services.conf.sample new file mode 100644 index 0000000..4710a89 --- /dev/null +++ b/etc/optional/mdns/appliance/mdnsd-services.conf.sample @@ -0,0 +1,13 @@ +This is a service definition file for exposing service over multicast +DNS with mDNSResponder. The entries are partitioned into small groups +where each describe a service, separeted by blank lines. See +https://zeroconf.org/ for the details. + +The file should start below the line, it cannot contain any comments +like this so please remove them before use. Also, ensure that there +are not any extraneous whitespaces at the ends of the lines in this +file, otherwise it will not work. +----------------------------------------------------------------------- +Service Name +_http._tcp. +8080
\ No newline at end of file |