Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c76faa97086a9d677ce3bc419d325c0ace89a8be You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update IPNetAddress.cs

Corrected loopback subnet
pull/4902/head
BaronGreenback 4 years ago committed by GitHub
parent 21d2e9ff0c
commit c76faa9708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ namespace MediaBrowser.Common.Net
/// <summary>
/// IP4Loopback address host.
/// </summary>
public static readonly IPNetAddress IP4Loopback = IPNetAddress.Parse("127.0.0.1/32");
public static readonly IPNetAddress IP4Loopback = IPNetAddress.Parse("127.0.0.1/8");
/// <summary>
/// IP6Loopback address host.

Loading…
Cancel
Save