add option to use random ip from googlebot pool

This commit is contained in:
Damian Bednarczyk
2023-11-29 23:24:32 -06:00
parent 97afbaa64d
commit 0122b2f1cf
4 changed files with 103 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import (
)
//nolint:all
//go:embed VERSION
var version string
func Api(c *fiber.Ctx) error {