Skip to content

Commit

Permalink
Release 3.2.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 17, 2022
1 parent 6f749f0 commit 249c10a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.2.1 2022-08-17 <dave at tiredofit dot ca>

### Changed
- Switch to using exec statements


## 3.2.0 2022-05-24 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following image tags are available along with their tagged release based on
| Alpine | `:latest` |

#### Multi Architecture
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v6`, `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/10-tinc/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ liftoff

### Startup Tinc
print_start "Starting Tinc ${TINC_VERSION} for Host '${NODE}' on VPN '${NETWORK}'"
tinc --net=${NETWORK} start --no-detach --debug=${DEBUG} --logfile=${LOG_PATH}/${NETWORK}.log
exec tinc --net=${NETWORK} start --no-detach --debug=${DEBUG} --logfile=${LOG_PATH}/${NETWORK}.log

0 comments on commit 249c10a

Please sign in to comment.