@@ -83,7 +83,7 @@ Generate the list of ports automatically from the server definitions
8383 Look at each of the zones and check which protocol they serve
8484 At the moment the following are supported by CoreDNS:
8585 UDP: dns://
86- TCP: tls://, grpc://
86+ TCP: tls://, grpc://, https://
8787 */} }
8888 { {- range .zones -} }
8989 { {- if has (default " " .scheme) (list " dns://" ) -} }
@@ -94,7 +94,7 @@ Generate the list of ports automatically from the server definitions
9494 { {- $innerdict := set $innerdict " isudp" true -} }
9595 { {- end -} }
9696
97- { {- if has (default " " .scheme) (list " tls://" " grpc://" ) -} }
97+ { {- if has (default " " .scheme) (list " tls://" " grpc://" " https:// " ) -} }
9898 { {- $innerdict := set $innerdict " istcp" true -} }
9999 { {- end -} }
100100 { {- end -} }
@@ -155,7 +155,7 @@ Generate the list of ports automatically from the server definitions
155155 Look at each of the zones and check which protocol they serve
156156 At the moment the following are supported by CoreDNS:
157157 UDP: dns://
158- TCP: tls://, grpc://
158+ TCP: tls://, grpc://, https://
159159 */} }
160160 { {- range .zones -} }
161161 { {- if has (default " " .scheme) (list " dns://" ) -} }
@@ -166,7 +166,7 @@ Generate the list of ports automatically from the server definitions
166166 { {- $innerdict := set $innerdict " isudp" true -} }
167167 { {- end -} }
168168
169- { {- if has (default " " .scheme) (list " tls://" " grpc://" ) -} }
169+ { {- if has (default " " .scheme) (list " tls://" " grpc://" " https:// " ) -} }
170170 { {- $innerdict := set $innerdict " istcp" true -} }
171171 { {- end -} }
172172 { {- end -} }
0 commit comments