Skip to content

Commit 835516a

Browse files
committed
docs: remove trailing period (FQDN) explanation from hostname section
1 parent 0b249b3 commit 835516a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,6 @@ since they act as placeholders rather than actual domain labels. As such, they d
276276
nor the 253-character limit for the full hostname. Internationalized domain names (IDNs) should be specified using an ASCII
277277
(Punycode) representation.
278278

279-
The DNS specification permits a trailing period to be used to denote the root, e.g., `example.com` and `example.com.` are equivalent,
280-
but the latter is more explicit and is required to be accepted by applications. Fox will reject route registered with
281-
trailing period. However, the router will automatically strip any trailing period from incoming request host so it can match
282-
the route regardless of a trailing period. Note that FQDN (with trailing period) does not play well with golang
283-
TLS stdlib (see traefik/traefik#9157 (comment)).
284-
285279
#### Priority rules
286280

287281
The router is designed to balance routing flexibility, performance, and predictability. Internally, it uses a radix tree to

0 commit comments

Comments
 (0)