Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rdmark/macproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 31, 2021
2 parents 75e5091 + 42121be commit 51d800b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Advanced Options
================
There are currently two advanced options that changes how Macproxy formats the html code it sends back to the user agent browser.

Selects the BeatifulSoup html formatter that Macproxy will use, e.g. the minimal parser:
Selects the BeatifulSoup html formatter that Macproxy will use, e.g. the minimal formatter:
```
$ python3 proxy.py --html-formatter minimal
```
Expand All @@ -63,7 +63,7 @@ $ python3 proxy.py -h

systemd service
===============
This repo comes with a systemd service configuration template. At the time of writing, systemd is the de-factor standard solution for managing daemons on contemporary Linux distributions.
This repo comes with a systemd service configuration template. At the time of writing, systemd is the de-facto standard solution for managing daemons on contemporary Linux distributions.
Edit the macproxy.service file and point the ExecStart= parameter to the location of the start_macproxy.sh file, e.g. on a Raspberry Pi:

```
Expand Down

0 comments on commit 51d800b

Please sign in to comment.