Skip to content

Commit

Permalink
fix: add ipv6 variant to whitelist for API until ipv6 parsing/normali…
Browse files Browse the repository at this point in the history
…zation is added (ref: <koajs/koa#281>)
  • Loading branch information
niftylettuce committed Feb 17, 2021
1 parent ab59619 commit c19fc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ API_URL={{API_PROTOCOL}}://{{API_HOST}}:{{API_PORT}}
API_SSL_KEY_PATH=
API_SSL_CERT_PATH=
API_SSL_CA_PATH=
API_RATELIMIT_WHITELIST=138.197.213.185,178.62.29.206,104.248.224.170
API_RATELIMIT_WHITELIST=138.197.213.185,178.62.29.206,104.248.224.170,::ffff:138.197.213.185,::ffff:178.62.29.206,::ffff:104.248.224.170

#########
## app ##
Expand Down

0 comments on commit c19fc55

Please sign in to comment.