extraccion de DNS/ revision de ACLs
This commit is contained in:
17
coredns-demo/configmap.yaml
Normal file
17
coredns-demo/configmap.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: coredns-config
|
||||
namespace: coredns-multus
|
||||
data:
|
||||
Corefile: |
|
||||
.:53 {
|
||||
log
|
||||
errors
|
||||
forward . 8.8.8.8
|
||||
cache 30
|
||||
hosts {
|
||||
192.168.0.41 apolo.c2et.com
|
||||
fallthrough
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user