Skip to content

Commit

Permalink
Updated readme to reflect github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJudd authored Aug 20, 2016
1 parent 91d9f01 commit 3649704
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# lxd-port-forward

[![GoDoc](https://godoc.org/dev.justinjudd.org/justin/lxd-port-forward?status.svg)](https://godoc.org/dev.justinjudd.org/justin/lxd-port-forward)
[![GoDoc](https://godoc.org/github.com/JustinJudd/lxd-port-forward/forward?status.svg)](https://godoc.org/github.com/JustinJudd/lxd-port-forward/forward)

Forward ports from an LXD host to containers. Supports a command line interface as well as a daemon option that can watch as containers spin up and down and adjust port forwarding rules accordingly.

## Download

The latest binaries can be downloaded from the [releases page](https://dev.justinjudd.org/justin/lxd-port-forward/releases) or downloaded using
The latest binaries can be downloaded from the [releases page](https://github.com/JustinJudd/lxd-port-forward/releases) or downloaded using

`go get dev.justinjudd.org/justin/lxd-port-forward`
`go get github.com/JustinJudd/lxd-port-forward`

that will also allow you to use the `dev.justinjudd.org/justin/lxd-port-forward/forward` library in custom code if desired.
that will also allow you to use the `github.com/JustinJudd/lxd-port-forward/forward` library in custom code if desired.


## Usage Guidance
Expand All @@ -34,4 +34,4 @@ While `./lxd-port-forward enable=false` to tear down the port forwarding rules.

LXD Port Forward can also run in daemon mode by calling `./lxd-port-forward --daemon`. It will read the `config.yaml` file, enable any port forwarding rules for already active containers, and then watch if listed containers are brought up or down, and add or remove port forwarding rules accordingly.

Systemd support can be found in the [init subdirectory](https://dev.justinjudd.org/justin/lxd-port-forward/src/master/init) so that LXD Port Forward can be run as a service.
Systemd support can be found in the [init subdirectory](https://github.com/JustinJudd/lxd-port-forward/tree/master/init) so that LXD Port Forward can be run as a service.

0 comments on commit 3649704

Please sign in to comment.