# only forward requests being sent to the /api endpoint sudo ./goreplay --input-raw :8888 --output-http staging.com --http-allow-url /api
# only forward requests NOT being sent to the /api... endpoint sudo ./gor --input-raw :8888 --output-http staging.com --http-disallow-url /api
# only forward requests with an api version of 1.0x sudo ./gor --input-raw :8888 --output-http staging.com --http-allow-header api-version:^1\.0\d
# only forward requests NOT containing User-Agent header value "Replayed by Gor" sudo ./gor --input-raw :8888 --output-http staging.com --http-disallow-header "User-Agent: Replayed by Gor"