Skip to content

Commit

Permalink
Update how-to-block-any-ip-address-in-mac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
summercms authored Sep 10, 2023
1 parent 48a97f0 commit 39a8adf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/how-to-block-any-ip-address-in-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The easiest way to block IP addresses on a Mac is to block them for your entire

1. Find the IP address you want to block from the list found here: https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/src/lists/ip.txt

2. [Open Terminal](#) and enter the following to open the PacketFilter Configuration file:
2. [Open Terminal](#how-to-open-terminal-on-mac) and enter the following to open the PacketFilter Configuration file:

```
$ sudo vim /etc/pf.conf
Expand Down Expand Up @@ -38,18 +38,18 @@ $ pfctl -d

Terminal typically resides on the Dock. The icon resembles a command-line input screen with a white > (greater than) symbol set against a black background.

xxx
<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/1.jpg" /></p>

You can also access the Terminal app through the Launchpad.

1. Click the "rocket" icon located on the Dock. This opens the MacOS Launchpad.

<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/1.jpg" /></p>
<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/2.jpg" /></p>

2. Click the **Other** folder.

<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/2.jpg" /></p>
<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/3.jpg" /></p>

3. Click the **Terminal** app.

<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/3.jpg" /></p>
<p align="center"><img src="https://github.com/Summer-CMS-Vendor-Packages/sc-block-bad-crypto-filter-lists/blob/master/assets/images/mac/4.jpg" /></p>

0 comments on commit 39a8adf

Please sign in to comment.