Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 686152e

Browse files
author
icymind
committed
remove unbound
1 parent 2c38fc7 commit 686152e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/renderer/lib/vrouter.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function installPackage (serialTcpPort, waitForOutput = 20000) {
9090
const subCmds = []
9191
subCmds.push(`sed -i 's/downloads.openwrt.org/mirrors.tuna.tsinghua.edu.cn\\/openwrt/g' /etc/opkg/distfeeds.conf`)
9292
subCmds.push('opkg update')
93-
subCmds.push('opkg remove dnsmasq && opkg install dnsmasq-full ipset openssh-sftp-server libopenssl rng-tools iptables-mod-tproxy ip unbound')
93+
subCmds.push('opkg remove dnsmasq && opkg install dnsmasq-full ipset openssh-sftp-server libopenssl rng-tools iptables-mod-tproxy ip')
9494
subCmds.push('/etc/init.d/dropbear restart')
9595
subCmds.push('echo "done" > /tmp/log/vrouter')
9696
const cmd = subCmds.join(' && ')
@@ -217,9 +217,6 @@ class VRouter extends Openwrt {
217217
process.emit('init', '配置 Dnsmasq')
218218
await this.configDnsmasq()
219219

220-
process.emit('init', '配置 unbound')
221-
await this.configUnbound()
222-
223220
process.emit('init', '修改虚拟机时区')
224221
await this.changeTZ(this.name)
225222

0 commit comments

Comments
 (0)