aon3ko / overture-openwrt

An OpenWrt wrapper for overture DNS forwarder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overture for OpenWrt

configure by UCI

The UCI config file is almost same with original config.json file. Every uci section-type called overture will become an instance, every overture.@overture[x] uci option is same with option name in config.json, except:

  • upstream dns
  • content in second json object
  • content in json array

for upstream dns, create a section-type called upstreamdns. The content inside is same with before. (EDNSClientSubnet not added yet) then, get the uci cfgid of upstreamdns you created and add it to overture instance using uci add_list.

for content in second json object, just simply attach both json option name.

for content in json array, use uci add_list

configure by LuCI

Install luci-app-overture.

About

An OpenWrt wrapper for overture DNS forwarder.

License:GNU General Public License v2.0


Languages

Language:Shell 64.6%Language:Makefile 35.4%