Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Jul 4, 2015
1 parent 925ff15 commit 557cdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,8 @@ sudo gor --input-raw :80 --output-tcp replay.local:28020
gor --input-tcp replay.local:28020 --output-http http://staging.com
```

Since Gor use raw sockets to capture traffic it require `sudo` access. Alternatively you can allow access to raw sockets like this: `sudo setcap CAP_NET_RAW=ep gor`

### Using 1 Gor instance for both listening and replaying
It's recommended to use separate server for replaying traffic, but if you have enough CPU resources you can use single Gor instance.

Expand Down

0 comments on commit 557cdbe

Please sign in to comment.