mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
add openspaceweb.com domain and AWS machine's public and private addresses to AllowAddresses list
This commit is contained in:
@@ -143,7 +143,7 @@ ModuleConfigurations = {
|
||||
}
|
||||
},
|
||||
Server = {
|
||||
AllowAddresses = { "127.0.0.1", "localhost" },
|
||||
AllowAddresses = { "127.0.0.1", "localhost", "openspaceweb.com", "52.54.32.164", "172.31.72.71" },
|
||||
SkyBrowserUpdateTime = 50,
|
||||
Interfaces = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user