Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Oct 31, 2021
1 parent a510b96 commit 5cc7240
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ steps:
depends_on: [goreleaser]

- name: fury-publish
image: golang:1.16.7
image: golang:1.17.2
resources:
requests:
cpu: 250
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# GeoDNS Changelog

## 3.2.0 October 2021

* Reload GeoIP 2 databases when they change (Tyler Davis)
* Updated build process, rpm and deb packages now available
* Build with Go 1.17.2 (Tyler Davis)
* Minor fix to geodns-logs tool
* Updated code comments (Sven Nebel)

## 3.1.0 August 2021

* NSID support
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ forum.

## Installation

If you already have go installed, just run `go get` to install the Go
dependencies. GeoDNS requires Go 1.13 or later.
Release builds are available in a yum repository at
`https://pkgs.ntppool.org/yum/` and apt (debian, ubuntu) packages at
`https://pkgs.ntppool.org/apt/`.

### From source

If you don't have Go installed the easiest way to build geodns from source is to
download Go from https://golang.org/dl/ and untar'ing it in
`/usr/local/go` and then run the following from a regular user account:
download and install Go from `https://golang.org/dl/`.

GeoDNS generally requires a recent version of Go (1.15+).

```sh
export PATH=$PATH:/usr/local/go/bin
export GOPATH=~/go
go get github.com/abh/geodns
cd ~/go/src/github.com/abh/geodns
go test
git clone https://github.com/abh/geodns.git
cd geodns
go build
./geodns -h
```
Expand Down

0 comments on commit 5cc7240

Please sign in to comment.