Skip to content

Commit 91386dd

Browse files
authored
Merge pull request #17 from lemonarc/master
Fix typing of options struct.
2 parents 4c656a3 + 383b80f commit 91386dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var options = struct {
2424
CloudflareTTL string
2525
DNSName string
2626
UseInternalIP bool
27+
SkipExternalIP bool
2728
NodeSelector string
2829
}{
2930
CloudflareAPIEmail: os.Getenv("CF_API_EMAIL"),

0 commit comments

Comments
 (0)