Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ipfs.cyou #579

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gateways.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"https://ipfs.cyou",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smurfix I think you need to fix TLS setup. Currently, you have wildcard at wrong place:

2024-06-27_22-22

TLS wildcards work only for one level up. Due to this, you need to set up additional TLS wildcard certificates for DNS Names one subdomain higher: *.ipfs.ipfs.cyou and *.ipns.ipfs.cyou.

See https://docs.ipfs.tech/how-to/address-ipfs-on-web/#subdomain-gateway

You can reproduce with below:

Copy link
Contributor Author

@smurfix smurfix Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm already working on it. Unfortunately my DNS secondaries sometimes decide not to listen to update notifications.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, now uses working wildcard certificates.

"https://dlunar.net",
"https://storry.tv",
"https://ipfs.io",
Expand Down
Loading