updated README

This commit is contained in:
Gilles Mouchet 2025-10-08 18:35:54 +02:00
parent b907c66799
commit 9bf8241722

View File

@ -6,8 +6,8 @@ Blocks all outgoing http and https traffic
Server `proxy` started Server `proxy` started
## Installation ## Installation
```bash ```bash
cp block_outgoing_http_https_traffic/stop-outgoing-traffic-http-https /usr/local/bin/. sudo cp block_outgoing_http_https_traffic/stop-outgoing-traffic-http-https.sh /usr/local/bin/.
chmod +x /usr/local/bin/stop-outgoing-traffic-http-https sudo chmod +x /usr/local/bin/stop-outgoing-traffic-http-https.sh
``` ```
## Usage ## Usage
```bash ```bash