mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
10 lines
295 B
XML
10 lines
295 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<service>
|
||
|
<short>Jellyfin</short>
|
||
|
<description>The Free Software Media System.</description>
|
||
|
<port protocol="tcp" port="8096"/>
|
||
|
<port protocol="tcp" port="8920"/>
|
||
|
<port protocol="udp" port="1900"/>
|
||
|
<port protocol="udp" port="7359"/>
|
||
|
</service>
|