mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
29 lines
773 B
HTML
29 lines
773 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
|
|
<title>Auto Port Forwarding</title>
|
|
<style>
|
|
h1{
|
|
padding-top: 6px;
|
|
}
|
|
body{
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Auto Port Forwarding</h1>
|
|
<p>
|
|
Checking this will make mStream try to open a port to the internet via the uPNP protocol.
|
|
</p>
|
|
<p>
|
|
The options menu can allow the auto port forwarding to be run on an interval to get around routers that automatically close the port after some time.
|
|
</p>
|
|
<p>
|
|
It is recommended you setup port-forwarding manually, but this can help get mStream working on networks where you don't have access to the router.
|
|
</p>
|
|
</body>
|
|
</html>
|