mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-07 21:49:48 -06:00
The config controller now reloads network interfaces when factory reset
This commit is contained in:
@@ -187,5 +187,7 @@ module.exports.factoryReset = async () => {
|
||||
timer.stopTimer();
|
||||
timer.startTimer(configDefaults.cron);
|
||||
|
||||
await interfaces.requestInterfaces();
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user