diff options
Diffstat (limited to 'meta/packages/zeroconf/files/zeroconf-default')
| -rw-r--r-- | meta/packages/zeroconf/files/zeroconf-default | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/zeroconf/files/zeroconf-default b/meta/packages/zeroconf/files/zeroconf-default new file mode 100644 index 0000000000..cc07b275f1 --- /dev/null +++ b/meta/packages/zeroconf/files/zeroconf-default | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # Default for zeroconf | ||
| 2 | |||
| 3 | # disable zeroconf | ||
| 4 | # If you want to disable zeroconf completely, uncomment the following line | ||
| 5 | # this may be useful if you are debugging zeroconf or starting it manually | ||
| 6 | #DISABLE=yes | ||
| 7 | |||
| 8 | # black-listed interfaces | ||
| 9 | # Interfaces which you never wish to have zeroconf run on should | ||
| 10 | # be listed here. e.g. "eth2 wlan1" in a space seperated string | ||
| 11 | IFBLACKLIST="" | ||
| 12 | |||
| 13 | # fallback only | ||
| 14 | # If you would only like a link-local address if you were unable to | ||
| 15 | # obtain an address via DHCP then uncomment the following line | ||
| 16 | #FALLBACK=yes | ||
| 17 | |||
