Skip to content

Commit

Permalink
Bugs/cleanup in netcat quickstart (#322)
Browse files Browse the repository at this point in the history
* Remove the note about macOS, since we have that as a release binary
  now
* Fix the Quilkin config since we no longer have names on endpoints.

Work on #313
  • Loading branch information
markmandel authored and XAMPPRocky committed Jul 21, 2021
1 parent d7ae07d commit 90f2717
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/quickstart-netcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* [ncat](https://nmap.org/ncat/guide/)
* [netcat](http://netcat.sourceforge.net/)

> There are some issues cross compiling Rust to macOS from Linux, so we don't have a macOS release at this time, but
> we [are working on it!](https://github.com/googleforgames/quilkin/issues/19).
> If you are on macOS, you may want to [compile from source](../CONTRIBUTING.md#cloning-the-repository) for the time being.
## 1. Start an udp echo service

So that we have a target for sending UDP packets to, let's use `ncat` to create a simple UDP echo process.
Expand All @@ -33,8 +29,7 @@ Open a new terminal and copy the following to a file named `proxy.yaml`:
version: v1alpha1
static:
endpoints:
- name: iperf3 client
address: 127.0.0.1:8000
- address: 127.0.0.1:8000
```
This configuration will start Quilkin on the default port of 7000, and it will redirect all incoming UDP traffic to
Expand Down

0 comments on commit 90f2717

Please sign in to comment.