Skip to content

Commit

Permalink
doc: update outdated options
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Sep 13, 2024
1 parent dd0f601 commit 49132aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ command line to `proxydetox`.
### Example

```sh
proxydeox --negotiate --port 8080 --pac-file http://example.org/proxy.pac
proxydetox --negotiate --listen 127.0.0.1:8080 --pac-file http://example.org/proxy.pac
```

Is equivalent with a `proxydetoxrc` file at one of the well known locations
listed above with the following content:

```
--negotiate
--port 8080
--listen 127.0.0.1:8080
--pac-file http://example.org/proxy.pac
```

Expand Down Expand Up @@ -90,11 +90,11 @@ internet browser.

### Examples

```
```sh
proxydetox --pac-file http://example.org/proxy.pac
```

```
```sh
proxydetox --pac-file /tmp/test.pac
```

Expand Down

0 comments on commit 49132aa

Please sign in to comment.