update flashrom domain
(redirects are temporarly in place for the previous 2)
This commit is contained in:
@@ -142,9 +142,9 @@ class WTVFlashrom {
|
|||||||
if (!self.fs.existsSync(flashrom_file_path)) flashrom_file_path = null;
|
if (!self.fs.existsSync(flashrom_file_path)) flashrom_file_path = null;
|
||||||
});
|
});
|
||||||
if (this.use_zefie_server && !flashrom_file_path) {
|
if (this.use_zefie_server && !flashrom_file_path) {
|
||||||
// get flashrom files from roms.minisrv.dev
|
// get flashrom files from flashrom.webtv.onl
|
||||||
var options = {
|
var options = {
|
||||||
host: "roms.minisrv.dev",
|
host: "flashrom.webtv.onl",
|
||||||
path: "/" + request_path,
|
path: "/" + request_path,
|
||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
|
|||||||
Reference in New Issue
Block a user