nix disable check phase, fix incomplete/failed write in proxy mode, add FML support, rename executable to dmm, image tag specific to servers, config folder from env,
This commit is contained in:
@ -14,7 +14,8 @@ pub struct Servers {
|
||||
pub name: String,
|
||||
pub last_login: Option<NaiveDateTime>,
|
||||
pub status: ServerStatus,
|
||||
pub redirect_ip: Option<String>
|
||||
pub redirect_ip: Option<String>,
|
||||
pub simple_redirect: bool,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user