zephyr/samples/net/sockets/dumb_http_server/overlay-zeroconf.conf
Andrei Emeltchenko 3c08b27ddf samples: net: dumb_http_server: Add zero configuration
Adds zero configuration based on LLMNR. This should be working in
Windows out of the box, zephyr can be accessed with http://zephyr/.
Can be combined with netusb configuration (RNDIS is supported in
Windows).

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-10-04 10:24:56 +03:00

12 lines
204 B
Plaintext

# Add hostname
CONFIG_NET_HOSTNAME_ENABLE=y
# IPv4 autoconfiguration
CONFIG_NET_IPV4_AUTO=y
# Remove static IP configuration
CONFIG_NET_CONFIG_SETTINGS=n
# Add LLMNR responder
CONFIG_LLMNR_RESPONDER=y