mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
feat: Update version to 1.9, change Makhno online settings URL, and add a web CORS host planning document.
This commit is contained in:
parent
505a89f60e
commit
16d64c3961
@ -23,7 +23,7 @@ namespace Makhno
|
|||||||
{
|
{
|
||||||
public class ModInit
|
public class ModInit
|
||||||
{
|
{
|
||||||
public static double Version => 1.8;
|
public static double Version => 1.9;
|
||||||
|
|
||||||
public static OnlinesSettings Makhno;
|
public static OnlinesSettings Makhno;
|
||||||
public static bool ApnHostProvided;
|
public static bool ApnHostProvided;
|
||||||
@ -39,7 +39,7 @@ namespace Makhno
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static void loaded(InitspaceModel initspace)
|
public static void loaded(InitspaceModel initspace)
|
||||||
{
|
{
|
||||||
Makhno = new OnlinesSettings("Makhno", "https://wormhole.lampame.v6.rocks", streamproxy: false, useproxy: false)
|
Makhno = new OnlinesSettings("Makhno", "https://wh.lme.isroot.in", streamproxy: false, useproxy: false)
|
||||||
{
|
{
|
||||||
displayname = "Махно",
|
displayname = "Махно",
|
||||||
displayindex = 0,
|
displayindex = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user