Hello! I edit with WinSCP the following file here:
(make file backup in your pc always)

root/www/source/temple/index/index.html
and found in MORE SETTINGS this section:

li v-show=“routerMode == ‘router’ || routerMode == ‘mesh’”>
<a @click=“$router.push(‘dns’)” class=“clsLink2dns bar”>
{{t($lang.index.customDns_ss)}}
cut it and put it in VPN section. Look carefully to keep with it the beginning and the end
<li> and </li>
It is working ok but it sends you to the More Settings Menu indirectly.
Bye

				<li v-show="routerMode == 'router' || routerMode == 'mesh'">
                                    <a @click="$router.push('dns')" class="clsLink2dns bar">
                                        {{t($lang.index.customDns_ss)}}
                                    </a>
                                </li>
1 Like