Skip to content

shared-state-dnsmasq_servers

https://github.com/libremesh/lime-packages/blob/master/packages/shared-state-dnsmasq_servers

Makefile

#
# Copyright (C) 2020 Gui iribarren <gui@altermundi.net>
#
# This is free software, licensed under the GNU Affero General Public License v3.
#

include ../../libremesh.mk

define Package/$(PKG_NAME)
	TITLE:=Mesh DNS module for shared-state
	CATEGORY:=LibreMesh
	MAINTAINER:=Gui iribarren <gui@altermundi.net>
	URL:=http://libremesh.org
	DEPENDS:=+lua +luci-lib-jsonc \
		shared-state
	PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
	Generates 'server' lines in dnsmasq config, so that domain zones published
	by other nodes in the mesh can be resolved transparently.
endef

$(eval $(call BuildPackage,$(PKG_NAME)))