Skip to content

Add support for IDN zone names in Punycode form#348

Merged
patryk merged 2 commits intocloudflare:masterfrom
digineo:fix/347-punycode-zone
Oct 1, 2019
Merged

Add support for IDN zone names in Punycode form#348
patryk merged 2 commits intocloudflare:masterfrom
digineo:fix/347-punycode-zone

Conversation

@dmke
Copy link
Copy Markdown

@dmke dmke commented Sep 26, 2019

Description

Fixes #347. See there for details.

Has your change been tested?

Local tests pass. Integrating in lego succeeds.

Types of changes

What sort of change does your code introduce/modify?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Comment thread virtualdns_test.go
Comment thread zone.go Outdated
Comment thread zone_test.go
Copy link
Copy Markdown
Contributor

@jacobbednarz jacobbednarz left a comment

Choose a reason for hiding this comment

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

this looks great! thank you 🙏

@jacobbednarz
Copy link
Copy Markdown
Contributor

cc @zackproser @patryk

@patryk
Copy link
Copy Markdown

patryk commented Sep 30, 2019

Let's just fix merge conflicts and it's good to go!

@dmke
Copy link
Copy Markdown
Author

dmke commented Sep 30, 2019

Sure, give me a moment :-)

@dmke
Copy link
Copy Markdown
Author

dmke commented Sep 30, 2019

I have rebased my changes onto master.

@patryk patryk merged commit 759bc4d into cloudflare:master Oct 1, 2019
@dmke dmke deleted the fix/347-punycode-zone branch October 1, 2019 15:20
@dmke
Copy link
Copy Markdown
Author

dmke commented Oct 1, 2019

@patryk: Thanks for merging!

Not to sound impatient, but can we expect a new release/tag anytime soon? Are you waiting on other PRs, where I might be able to help?

@patryk
Copy link
Copy Markdown

patryk commented Oct 3, 2019

We make cloudflare-go releases more or less as needed. If you need an urgent release, let me know.

Michael9127 pushed a commit to Michael9127/cloudflare-go that referenced this pull request Oct 28, 2019
* Add support for IDN zone names in Punycode form

fixes cloudflare#347

* vendor x/net/idna package
@favonia favonia mentioned this pull request Aug 6, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accesssing IDN zones fails with Punycode domains

4 participants