2025-01-05, 08:44 PM
I've most likely resolved the issue, thanks for your help. it was an issue with DNS, adding the line DNS = 1.1.1.1 to [Interface] and adding 1.1.1.1/32 to AllowedIPS like this:
works for at least one client. the other one has issues starting wireguard with this config but that is unrelated to jellyfin.
thanks again
Code:
[Interface]
PrivateKey = XXXXXXXXXXXX
Address = 10.8.0.4/24
DNS = 1.1.1.1
[Peer]
PublicKey = XXXXXXXXXXXX
PresharedKey = XXXXXXXXXXXXX
AllowedIPs = 192.168.178.146/32, 1.1.1.1/32
PersistentKeepalive = 25
Endpoint = XXXXXXXXX
works for at least one client. the other one has issues starting wireguard with this config but that is unrelated to jellyfin.
thanks again