- app – Application Server (non-web)
- sql – Database Server
- ftp – SFTP server
- mta – Mail Server
- dns – Name Server
- cfg – Configuration Management (puppet/ansible/etc.)
- mon – Monitoring Server (nagios, sensu, etc.)
- prx – Proxy/Load Balancer (software)
- ssh – SSH Jump/Bastion Host
- sto – Storage Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ServerStorage = game:GetService("ServerStorage") | |
local UnitTests = ServerStorage:FindFirstChild("UnitTests") :: ModuleScript | |
local erroredModules = {} | |
for _, testModule in UnitTests:GetChildren() do | |
local success, err = pcall(require, testModule) | |
if not success then | |
table.insert(erroredModules, { testModule:GetFullName(), err }) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fred again.. 12.5h | |
Knock2 12.4h | |
ISOxo 9.1h | |
Skrillex 7.2h | |
Subtronics 4.5h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Victory Lap 2.3h | |
BLIND (RAVE MIX) 1.6h | |
stayinit 1.1h | |
Jungle - Rico Nasty Remix 1.1h | |
flex fm (freddit) 1.0h |