randall commented on code in PR #13419:
URL: https://github.com/apache/trafficserver/pull/13419#discussion_r3626825705


##########
doc/admin-guide/files/remap.config.en.rst:
##########
@@ -111,6 +111,14 @@ Traffic Server recognizes three space-delimited fields: 
``type``,
 
     where ``scheme`` is ``http``, ``https``, ``ws`` or ``wss``.
 
+    To select an origin host and port dynamically through DNS, enable
+    :ts:cv:`proxy.config.srv_enabled`. Traffic Server then queries the SRV
+    service derived from the replacement URL before resolving the replacement
+    host directly. For example, an ``https://origin.example.com/`` replacement
+    causes a query for ``_https._tcp.origin.example.com``. When a usable SRV
+    record is found, its target and port are used for the origin connection;
+    otherwise, Traffic Server falls back to the replacement host and port.

Review Comment:
   and here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to