mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Server is advertising Remote IP #2249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Anan5a on GitHub (Nov 8, 2020).
Describe the bug

Right now anyone can see my server origin IP like this
by requesting
http://example.com/system/info/publicThis is bad for security, the server should advertise
127.0.0.1insteadSystem (please complete the following information):
To Reproduce
Any standard installation should yield same result!
Expected behavior
Logs
Screenshots
Additional context
How can I change so that it only reports 127.0.0.1 ?
If I disable remote access to the server, the reverse proxy does not work as well!
@BaronGreenback commented on GitHub (Nov 10, 2020):
Could you explain more, as I'm not exactly sure what you're getting at? If i know the url to the server - I can just do a lookup to get your IP.
@Anan5a commented on GitHub (Nov 10, 2020):
@BaronGreenback no you cannot if the server is behind a reverse proxy, like
cloudflareBTW closing this, because updating bind address in Dashboard>Network solved this leak, but jellyfin should not expose the IP by default
@Anan5a commented on GitHub (Jul 6, 2021):
@BaronGreenback Reopening, Since version
10.7.6it reappeared@genofire commented on GitHub (Jul 18, 2022):
Same Problem with an caddy proxy -> this LocalAddress is not accessible ...