Skip to content

Commit

Permalink
Re-added default whitelist localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 12, 2024
1 parent 7e4ade9 commit c6427a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuildWarsPartySearch/Options/IpWhitelistOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace GuildWarsPartySearch.Server.Options;
public class IpWhitelistOptions
{
[JsonPropertyName(nameof(Addresses))]
public List<string> Addresses { get; set; } = [];
public List<string> Addresses { get; set; } = ["127.0.0.1"];
}

0 comments on commit c6427a0

Please sign in to comment.