Skip to content

Commit

Permalink
Fix vintage_net_* versions; word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 8, 2020
1 parent 4a7efbf commit c1e306f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use, make sure that you're either using
`:vintage_net_ethernet` in your deps:

```elixir
{:vintage_net_ethernet, "~> 0.7"}
{:vintage_net_ethernet, "~> 0.8"}
```

### Wired Ethernet with DHCP
Expand Down Expand Up @@ -100,10 +100,9 @@ To use, make sure that you're either using
`:vintage_net_wifi` in your deps:

```elixir
{:vintage_net_wifi, "~> 0.7"}
{:vintage_net_wifi, "~> 0.8"}
```


### Normal password-protected WiFi (WPA2 PSK)

Most password-protected home networks use WPA2 authentication and pre-shared
Expand Down Expand Up @@ -191,7 +190,10 @@ configuration.

### Share WAN with other networks

For sharing your WANs connection (e.g. internet access) with other networks `iptables` must be installed. Currently this means building a [custom nerves system](https://hexdocs.pm/nerves/customizing-systems.html). Once this is done the following commands need to be called on each boot:
For sharing your WAN connection (e.g. internet access) with other networks
`iptables` must be installed. Currently this means building a [custom nerves
system](https://hexdocs.pm/nerves/customizing-systems.html). Once this is done
the following commands need to be called on each boot:

```elixir
wan = "eth0"
Expand Down

0 comments on commit c1e306f

Please sign in to comment.