Skip to content

Commit

Permalink
--ignore-errors is now default, document it
Browse files Browse the repository at this point in the history
  • Loading branch information
danpodeanu committed Oct 9, 2023
1 parent 692a690 commit 1b5e276
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ or
```
./udp-redirect \
--listen-port 51821 \
--connect-host example.endpoint.net --connect-port 51822 \
--ignore-errors
--connect-host example.endpoint.net --connect-port 51822
```

```
Expand All @@ -37,8 +36,7 @@ or
--connect-host example.endpoint.net --connect-port 51822 \
--connect-address-strict \
--send-interface utun5 \
--listen-sender-address 192.168.1.1 --listen-sender-port 51820 \
--ignore-errors
--listen-sender-address 192.168.1.1 --listen-sender-port 51820
```

```mermaid
Expand Down Expand Up @@ -109,4 +107,5 @@ Both must be specified; listener drops packets if they do not arrive from this a

| Argument | Parameters | Req/Opt | Description |
| --- | --- | --- | --- |
| ```--ignore-errors``` | | *optional* | Ignore most receive or send errors (host / network unreachable, etc.) instead of exiting. |
| ```--ignore-errors``` | | *optional* | Ignore most receive or send errors (host / network unreachable, etc.) instead of exiting. (default) |
| ```--stop-errors``` | | *optional* | Stop on most receive or send errors (host / network unreachable, etc.) |

0 comments on commit 1b5e276

Please sign in to comment.