8 lines
133 B
Python
8 lines
133 B
Python
# -*- Mode: Python; -*-
|
|
|
|
include_rules = [
|
|
'+discovery/mdns/public',
|
|
# DNS-SD is layered on top of mDNS.
|
|
'-discovery/dnssd',
|
|
]
|