Disabled IF_LAN

This commit is contained in:
gSpot
2022-03-17 18:48:18 +03:00
parent 94a52da8dc
commit 5446b4ccee
11 changed files with 15 additions and 21 deletions
@@ -62,7 +62,6 @@ return view.extend({
};
this.appStatusCode = data[0].code;
let p_dir_arr = data[1];
let lan_iface = uci.get('network', 'lan', 'ifname') || 'eth0';
let vpn_iface = uci.get('network', 'VPN', 'ifname') || 'tun0';
if(p_dir_arr) {
@@ -162,8 +161,7 @@ return view.extend({
_('LAN interface'));
o.multiple = false;
o.noaliases = true;
o.rmempty = false;
o.default = lan_iface;
o.optional = true;
// TOR_TRANS_PORT
o = s.taboption('tor_settings', form.Value, 'tor_trans_port',