mirror of
https://github.com/status-im/sshfp-generator.git
synced 2025-01-31 14:54:51 +00:00
Jakub Sokołowski
16bc968e21
Otherwise the process explodes with: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x656b1b] goroutine 1 [running]: infra-sshfp-cf/cloudflare.(*service).FindHostByName(0xc000436600, {0xc00030c510, 0x18}) /home/admin/sshfp-generator/cloudflare/service.go:25 +0x15b main.main() /home/admin/sshfp-generator/main.go:89 +0x8d0 exit status 2 ``` Due to inability to find the configured zone. Signed-off-by: Jakub Sokołowski <jakub@status.im>