fix link-local ipv6 for PublicIp6

maybe move ip functions o utils?

https://stackoverflow.com/a/50825191
This commit is contained in:
nikk gitanes
2022-01-20 05:11:31 +03:00
parent 12e0222665
commit f5a577a474
2 changed files with 49 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ var (
Port string
ReadOnly bool
HttpAuth bool
PubIPv4 string
PubIPv6 string
PubIPv4 string
PubIPv6 string
)
func InitSets(readOnly bool) {