Add auto-updating address list
This commit is contained in:
@ -68,4 +68,12 @@ config.blacklist = {
|
||||
config.enableLogging = true
|
||||
config.logFile = "stargate.log"
|
||||
|
||||
---------------------------------------------
|
||||
-- AUTO-UPDATE
|
||||
---------------------------------------------
|
||||
|
||||
-- Auto-update addresses file from git repository
|
||||
config.autoUpdateAddresses = true
|
||||
config.addressesRepoUrl = "https://git.munebase.dev/Munelit/StargateControl/raw/branch/master/addresses.lua"
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user