Skip to content
George edited this page Nov 1, 2020 · 2 revisions

Welcome to the meshname wiki!

Bind configuration

zone "ygg" in {
	type forward;
	forward only;
	forwarders { ::1 port 53535; };
};
zone "meshname" in {
	type forward;
	forward only;
	forwarders { ::1 port 53535; };
};
Clone this wiki locally