1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-22 06:49:23 +00:00
transmission/macosx/TransmissionHelp/html/pffirewall.html
Charles Kerr 09cc4c7a68
fix: broken HTML (#1446)
* chore: refresh css files with sass 1.26.10

* fix: css selector for toolbar-separator

* chore: fix duplicate html ids in mac client faq

* fix: duplicate ID 'pagetitle' tags in Mac help

* fix: duplicate ID 'taskbox' tags in Mac help

* chore: fix mismatched div
2020-09-12 21:44:47 -05:00

35 lines
No EOL
1.3 KiB
HTML

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Configuring the Mac OS X Firewall</title>
</head>
<body>
<div id="mainbox">
<div id="banner">
<a name="menus"></a>
<div id="machelp">
<a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div class="pagetitle">
<h1>Configuring the Mac OS X Firewall</h1>
</div>
<br>
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.
<p>If this doesn't happen, you can add Transmission to the firewall manually:
<div summary="To do this" class="taskbox">
<ol>
<li>Open System Prefs -> Security -> Firewall. Make sure "Set access for specific services and applications" is selected.</li>
<li>Click the "+" button and select Transmission from your Applications folder. </li>
<li>Make sure the pull down menu is set to "Allow incoming connections".
</ol>
</div>
</div>
</body>
</html>