Corrections
This commit is contained in:
parent
cefb710c04
commit
af9e544141
@ -10790,14 +10790,24 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "4plebs",
|
name: "4plebs",
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"],
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.4plebs.org",
|
domain: "archive.4plebs.org",
|
||||||
http: true,
|
http: true,
|
||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: "4plebs Flash Archive",
|
||||||
|
boards: ["f"],
|
||||||
|
files: ["f"],
|
||||||
|
data: {
|
||||||
|
domain: "flash.4plebs.org",
|
||||||
|
http: true,
|
||||||
|
https: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Nyafuu",
|
name: "Nyafuu",
|
||||||
boards: ["c", "e", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
|
|||||||
@ -10806,14 +10806,24 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "4plebs",
|
name: "4plebs",
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"],
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.4plebs.org",
|
domain: "archive.4plebs.org",
|
||||||
http: true,
|
http: true,
|
||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: "4plebs Flash Archive",
|
||||||
|
boards: ["f"],
|
||||||
|
files: ["f"],
|
||||||
|
data: {
|
||||||
|
domain: "flash.4plebs.org",
|
||||||
|
http: true,
|
||||||
|
https: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Nyafuu",
|
name: "Nyafuu",
|
||||||
boards: ["c", "e", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
|
|||||||
@ -51,13 +51,22 @@ Redirect =
|
|||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
,
|
,
|
||||||
name: "4plebs"
|
name: "4plebs"
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"]
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"]
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"]
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "trv", "tv", "x"]
|
||||||
data:
|
data:
|
||||||
domain: "archive.4plebs.org"
|
domain: "archive.4plebs.org"
|
||||||
http: true
|
http: true
|
||||||
https: true
|
https: true
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
|
,
|
||||||
|
name: "4plebs Flash Archive",
|
||||||
|
boards: ["f"]
|
||||||
|
files: ["f"]
|
||||||
|
data:
|
||||||
|
domain: "flash.4plebs.org"
|
||||||
|
http: true
|
||||||
|
https: true
|
||||||
|
software: "foolfuuka"
|
||||||
,
|
,
|
||||||
name: "Nyafuu"
|
name: "Nyafuu"
|
||||||
boards: ["c", "e", "w", "wg"]
|
boards: ["c", "e", "w", "wg"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user