root@GL-X3000:~# ip route get 192.168.1.1
192.168.1.1 dev wgclient src 10.50.1.7 uid 0
cache

root@GL-X3000:~# ip route show table 51
default via 100.70.51.141 dev rmnet_mhi0 proto static src 100.70.51.140 metric 40
52.144.113.70 via 100.70.51.141 dev rmnet_mhi0 proto static metric 40
100.70.51.136/29 dev rmnet_mhi0 proto static scope link metric 40
192.168.1.1 dev wgclient scope link
192.168.8.0/24 dev br-lan proto kernel scope link src 192.168.8.1

root@GL-X3000:~# cat /tmp/resolv.conf.wg
'# Interface wgclient
nameserver 192.168.1.1

root@GL-X3000:~# cat /tmp/etc/dnsmasq.conf.cfg01411c
'# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
enable-ubus=dnsmasq
expand-hosts
bind-dynamic
local-service
edns-packet-max=1232
domain=lan
local=/lan/
addn-hosts=/tmp/hosts
dhcp-leasefile=/tmp/dhcp.leases
dhcp-script=/usr/lib/dnsmasq/dhcp-script.sh
script-arp
resolv-file=/tmp/resolv.conf.d/resolv.conf.auto
dhcp-broadcast=tag:needs-broadcast
conf-dir=/tmp/dnsmasq.d
user=dnsmasq
group=dnsmasq

dhcp-ignore-names=tag:dhcp_bogus_hostname
conf-file=/usr/share/dnsmasq/dhcpbogushostname.conf

bogus-priv
conf-file=/usr/share/dnsmasq/rfc6761.conf
dhcp-range=set:lan,192.168.8.100,192.168.8.249,255.255.255.0,12h

root@GL-X3000:~#

Edit: Apostrophes added in front of # symbols to remove formatting code.