Compare commits

...

3 Commits

Author SHA1 Message Date
Peter Šurda 1e60f1fd33
Remove adguard and DoH
buildbot/travis_bionic Build done. Details
buildbot/multibuild_parent Build done. Details
buildbot/job/openwrt Build done. Details
- adguard needs manual setup and the install UI is exposed by default
- I would like to test DoH first, I suspect it's interfering with NTP
  during boot (sysntpd needs to be restarted manually to work, strace
  found that it can't resolve if started from init)
2023-02-23 11:19:59 +08:00
Lee Miller 44c6ed93c4
Set a custom uci option to determine applied defaults 2023-02-16 02:48:26 +02:00
Lee Miller 68196ebf44
Trying to make uci network configuration one time 2023-02-15 03:36:03 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -62,7 +62,6 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
alsa-lib pciutils usbutils \
kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \
shadow-usermod \
adguardhome \
asterisk \
asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \
asterisk-codec-alaw asterisk-codec-ulaw \
@ -87,7 +86,7 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
collectd-mod-users collectd-mod-vmem \
collectd-mod-wireless \
curl etherwake fail2ban \
luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \
luci-app-mwan3 luci-app-upnp \
luci-ssl-nginx luci-app-acme \
python3-packages python3-yaml \
wireguard-tools wget-ssl \

View File

@ -1,3 +1,8 @@
[ "$(uci -q get luci.diag.dns)" = "bitmessage.org" ] && exit 0
# make a significant change
/sbin/uci set luci.diag.dns='bitmessage.org'
# switch LAN to eth1
/sbin/uci set network.@device[0].ports='eth1'