File tree 3 files changed +3
-3
lines changed
cmd/freegeoip/ansible-playbook
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type Config struct {
48
48
// NewConfig creates and initializes a new Config with default values.
49
49
func NewConfig () * Config {
50
50
return & Config {
51
- ServerAddr : "localhost :8080" ,
51
+ ServerAddr : ":8080" ,
52
52
TLSCertFile : "cert.pem" ,
53
53
TLSKeyFile : "key.pem" ,
54
54
APIPrefix : "/" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
)
20
20
21
21
// Version tag.
22
- var Version = "3.1.3 "
22
+ var Version = "3.1.4 "
23
23
24
24
// Run is the entrypoint for the freegeoip server.
25
25
func Run () {
Original file line number Diff line number Diff line change 10
10
- redis
11
11
vars :
12
12
nodeexporter_url : http://github.com/prometheus/node_exporter/releases/download/0.11.0/node_exporter-0.11.0.linux-amd64.tar.gz
13
- freegeoip_url : https://github.com/fiorix/freegeoip/releases/download/v3.1.3 /freegeoip-3.1.3 -linux-amd64.tar.gz
13
+ freegeoip_url : https://github.com/fiorix/freegeoip/releases/download/v3.1.4 /freegeoip-3.1.4 -linux-amd64.tar.gz
14
14
freegeoip_params :
15
15
- -http=:80
16
16
- -https=:443
You can’t perform that action at this time.
0 commit comments