Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker

fix: remove redundant health check from ts.net configuration

+1 -8
+1 -8
crates/firecracker-vm/src/coredns/Corefile
··· 16 16 # Log and errors for debugging 17 17 log 18 18 errors 19 - health 20 19 } 21 20 22 21 .:53 { ··· 31 30 # Log and errors for debugging 32 31 log 33 32 errors 34 - health 35 - } 36 - 37 - . { 38 - forward . 8.8.8.8 1.1.1.1 39 - log 40 - errors 33 + health :8181 41 34 }