Skip to content

Commit f4f6644

Browse files
committed
remove punycode requirement
1 parent c40cee8 commit f4f6644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-private-hostname.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ This section covers how to enable remote access to a private hostname applicatio
5959
- Leading wildcards (`*`) and dots (`.`) are allowed but trimmed off. For example, `*.internal.local` becomes `internal.local`.
6060
- Ending dots (`.`) are allowed but trimmed off.
6161
- No wildcards (`*`) in the middle. For example, `foo*bar.internal.local` is not allowed.
62-
- Hostnames with non-Latin characters must be Punycode encoded and include the [ACE prefix](https://en.wikipedia.org/wiki/Punycode#ACE_prefix_for_internationalized_domain_names). For example, to represent `例.internal.local`, enter `xn--fsq.internal.local`.
6362
</Details>
6463

6564
10. Select **Complete setup**.

0 commit comments

Comments
 (0)