Skip to content

Commit

Permalink
Https on endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Jan 5, 2025
1 parent 39efd54 commit 57574ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/Resources/NetworkDefinitions.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Settings]
CnCNetTunnelListURL=http://cncnet.org/master-list
CnCNetPlayerCountURL=http://api.cncnet.org/status
CnCNetMapDBDownloadURL=http://mapdb.cncnet.org
CnCNetMapDBUploadURL=http://mapdb.cncnet.org/upload
CnCNetTunnelListURL=https://cncnet.org/master-list
CnCNetPlayerCountURL=https://api.cncnet.org/status
CnCNetMapDBDownloadURL=https://mapdb.cncnet.org
CnCNetMapDBUploadURL=https://mapdb.cncnet.org/upload
DisableDiscordIntegration=False

[IRCServers]
Expand Down

0 comments on commit 57574ec

Please sign in to comment.