circlecell / jsonlint.com

[OLD] Please go to new source, link below.

Home Page:https://github.com/circlecell/jsonlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPv6 support

tambry opened this issue · comments

jsonlint.com is inaccessible over IPv6.

Since the website is hosted on DigitalOcean, the steps for fixing this should be:

  • Enable IPv6 on the droplet
  • Add the droplet's IPv6 address to the domain as an AAAA record
  • Add listen [::]:80; and listen [::]:443 ssl http2; next to the already existing IPv4 listen directives in the Nginx config and restart Nginx