Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker
at main 34 lines 563 B view raw
1firecracker:53 { 2 etcd firecracker { 3 path /skydns 4 endpoint http://127.0.0.1:2379 5 fallthrough 6 } 7 8 cache 30 9 loadbalance 10 log 11} 12 13ts.net:53 { 14 # Forward non-internal queries (e.g., to Tailscale DNS) 15 forward . 100.100.100.100 16 # Log and errors for debugging 17 log 18 errors 19} 20 21.:53 { 22 # Forward non-internal queries (e.g., to Google DNS) 23 forward . 8.8.8.8 8.8.4.4 1.1.1.1 1.0.0.1 { 24 max_fails 3 25 expire 10s 26 health_check 5s 27 policy round_robin 28 except ts.net 29 } 30 # Log and errors for debugging 31 log 32 errors 33 health :8181 34}