Is it possible to specify IPV6 link local address eg fe80::46fe:efff:fe1c:88c4%bnep0 as an address?
I use my computer via my phone and mostly tether using bluetooth unless I need something heavy.
My phone’s bluetooth tethering gives me a different IPV4 subnet everytime my phone reboots or something but the link local IPv6 always stays the same. Is it possible to give a link local ipv6 address?
Try replacing the % character with a %25, which is the URL-escaped form. I don’t know exactly how Syncthing parses the URL, but there is an ongoing discussion for years about how to specify the interface identifier in URLs. Most browsers currently just don’t support link-local IPv6 addresses in URLs for exactly this reason. The relevant IETF working groups / browser forum need to reach a consensus first, which seems rather unlikely by now.