yzeng25 commented on code in PR #1011:
URL: https://github.com/apache/apisix-website/pull/1011#discussion_r845908126


##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the 
`Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to 
configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. 
fallthrough means that when the current plugin cannot return normal data, the 
request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually 
the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the 
console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP 
address. fallthrough means that when the current plugin cannot return normal 
data, the request can be forwarded to the next plugin for processing (if it 
exists).

Review Comment:
   Fixed.



##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the 
`Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to 
configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. 
fallthrough means that when the current plugin cannot return normal data, the 
request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually 
the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the 
console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP 
address. fallthrough means that when the current plugin cannot return normal 
data, the request can be forwarded to the next plugin for processing (if it 
exists).
+- `forward`:  Indicates to proxy the request to the specified address, usually 
the authoritative DNS server address.

Review Comment:
   Fixed.



##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the 
`Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to 
configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. 
fallthrough means that when the current plugin cannot return normal data, the 
request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually 
the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the 
console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP 
address. fallthrough means that when the current plugin cannot return normal 
data, the request can be forwarded to the next plugin for processing (if it 
exists).
+- `forward`:  Indicates to proxy the request to the specified address, usually 
the authoritative DNS server address.
+- `log`:  Don't configure any parameters to print log information to the 
console interface for debugging.

Review Comment:
   Fixed.



-- 
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