flowoffload: fix typo

This commit is contained in:
AmadeusGhost 2020-06-24 21:39:03 +08:00
parent e457b4a0f3
commit 5bf39b212d
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ config flow
option dns '0'
option dnscache_enable '1'
option dns_server '114.114.114.114,114.114.115.115,223.5.5.5,223.6.6.6,180.76.76.76,119.29.29.29,119.28.28.28,1.2.4.8,210.2.4.8'
option ipv6dns_server '240c::6666,240c::6644,2400:da00::6666,2001:da8::666'
option ipv6dns_server '240c::6666,240c::6644,2001:da8::666,2001:da8:202:10::36,2001:da8:8000:1:202:120:2:100'

View File

@ -6,7 +6,7 @@ STOP=15
DNSMASQ_RESTART=N
DNS_SERVER="114.114.114.114,114.114.115.115,223.5.5.5,223.6.6.6,180.76.76.76,119.29.29.29,119.28.28.28,1.2.4.8,210.2.4.8"
IPV6DNS_SERVER='240c::6666,240c::6644,2400:da00::6666,2001:da8::666'
IPV6DNS_SERVER="240c::6666,240c::6644,2001:da8::666,2001:da8:202:10::36,2001:da8:8000:1:202:120:2:100"
start_pdnsd() {
DNS_SERVER=$(uci get flowoffload.@flow[0].dns_server 2>/dev/null)