feat: retiring Optimus and teh games server that was hosted on it.
Now fully using Pterodactyl
This commit is contained in:
parent
1fb2bba4ce
commit
cbc5af9b53
6 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,7 @@ SKYNET00002,vendetta,193.1.99.120,vendetta/ns1,,53,,,,DNS Nameserver 1
|
||||||
SKYNET00003,jarvis,193.1.99.73,jarvis,,,,,,VM Host
|
SKYNET00003,jarvis,193.1.99.73,jarvis,,,,,,VM Host
|
||||||
SKYNET00004,vigil,193.1.99.109,vigil/ns2,,53,,,,DNS Nameserver 2
|
SKYNET00004,vigil,193.1.99.109,vigil/ns2,,53,,,,DNS Nameserver 2
|
||||||
SKYNET00005,galatea,193.1.99.111,galatea/stream,80/443 8000,,,,,ULFM Radio
|
SKYNET00005,galatea,193.1.99.111,galatea/stream,80/443 8000,,,,,ULFM Radio
|
||||||
SKYNET00006,optimus,193.1.99.112,optimus/games/*.games,80/443 25565,,,,,Games server
|
SKYNET00006,optimus,193.1.99.112,optimus/games/*.games,80/443 25565,,,,,Retired Games server
|
||||||
SKYNET00007,kitt,193.1.99.74,kitt/account/api.account,443,,,-> skynet:9000-9020,i23-07-28_010,"LDAP and Self-Service Password/Account management, also hosts our Discord bot"
|
SKYNET00007,kitt,193.1.99.74,kitt/account/api.account,443,,,-> skynet:9000-9020,i23-07-28_010,"LDAP and Self-Service Password/Account management, also hosts our Discord bot"
|
||||||
SKYNET00008,glados,193.1.99.75,glados/gitlab/*.pages.gitlab,80/443,,,,i23-05-18_249,Gitlab server
|
SKYNET00008,glados,193.1.99.75,glados/gitlab/*.pages.gitlab,80/443,,,,i23-05-18_249,Gitlab server
|
||||||
SKYNET00009,gir,193.1.99.76,gir/mail/imap/pop3/smtp,80/443 25/143/993/587/465,,,4190,i23-06-19_525/i23-06-19_525,Email and Webmail
|
SKYNET00009,gir,193.1.99.76,gir/mail/imap/pop3/smtp,80/443 25/143/993/587/465,,,4190,i23-06-19_525/i23-06-19_525,Email and Webmail
|
||||||
|
|
|
|
@ -31,7 +31,7 @@
|
||||||
config = {
|
config = {
|
||||||
skynet.records = [
|
skynet.records = [
|
||||||
{
|
{
|
||||||
record = "optimus-reborn";
|
record = "optimus";
|
||||||
r_type = "A";
|
r_type = "A";
|
||||||
value = "193.1.99.90";
|
value = "193.1.99.90";
|
||||||
server = true;
|
server = true;
|
||||||
|
|
|
@ -135,9 +135,6 @@
|
||||||
# icecast - ULFM
|
# icecast - ULFM
|
||||||
galatea = import ./machines/galatea.nix;
|
galatea = import ./machines/galatea.nix;
|
||||||
|
|
||||||
# Game host
|
|
||||||
optimus = import ./machines/optimus.nix;
|
|
||||||
|
|
||||||
# LDAP host
|
# LDAP host
|
||||||
kitt = import ./machines/kitt.nix;
|
kitt = import ./machines/kitt.nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue