mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix link-local ipv6 for PublicIp6
maybe move ip functions o utils? https://stackoverflow.com/a/50825191
This commit is contained in:
@@ -13,8 +13,8 @@ var (
|
||||
Port string
|
||||
ReadOnly bool
|
||||
HttpAuth bool
|
||||
PubIPv4 string
|
||||
PubIPv6 string
|
||||
PubIPv4 string
|
||||
PubIPv6 string
|
||||
)
|
||||
|
||||
func InitSets(readOnly bool) {
|
||||
|
||||
Reference in New Issue
Block a user