Skip to content

Releases: gnanderson/rbh

v0.0.9

05 Oct 01:12
d63bce4
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Changelog

d63bce4 fix: repeat interval for ban hammer (#10)

v0.0.8

05 Oct 01:12
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Changelog

b21ea8c fix: ipv6/4 detection - cater for internal layout always being 16 bytes

v0.0.6

11 Jul 20:47
d8708bf
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Changelog

15d1703 Update README.md
751a5b2 feat: update run command to use gorriall websocket reconnector (#6)
2fdc2af chore: update command docs
2b8c4a0 chore: add minver to example config

v0.0.5

09 Jul 20:53
704dc35
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Changelog

704dc35 Merge pull request #5 from gnanderson/cleanup-pass
57caabf chore: bump xrpl version
0b82132 chore: cleanup stability consts && add min version flag
c77f0eb fix: use full peer list for deciding on autoban

v0.0.4

09 Jul 15:55
148603b
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changelog

148603b Merge pull request #4 from gnanderson/firewall-rule
62f50e8 chore: add latency/load to show command
b6204bd chore: tidy up errors and show command table
f0071b0 fix: use specific host mask for firewall rule
e954809 chore: fix lingering typo (#3)
62c539d chore: misc typos
885cd4b Update README.md

v0.0.3

09 Jul 00:12
edd3107
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changelog

edd3107 Update README.md
d908bf0 Merge pull request #2 from gnanderson/close-peer-socket
3af5eab feat: initial implementation of peer disconnect
09f11ca Update README.md
53c42db Update README.md

v0.0.2

08 Jul 16:25
02ba1cd
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changelog

02ba1cd Merge pull request #1 from gnanderson/whitelist
0a52ff8 feat: provide config options for whitelisting IP's
99061ba chore: test example config in case of breakages
1ce5b43 Update README.md
d51944e Update README.md
d366443 Update README.md
1a036c6 Update README.md
1cdab98 chore: move circle to updated location
553fd23 chore: circle CI
917775b fix: guard blacklist struct with mutex
5a2a368 chore: update README

v0.0.1

08 Jul 01:24
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog

a808392 chore: update go modules
6fad05f chore: release scripts
3d59930 chore: release script/config
72faf7f chore: update README with configuration strategies
9d31be7 feat: show command now has blacklist candidates arg
fab73d0 feat: bind global flags with viper
88cf57a feat: run command will now periodically expire and refresh bans
4ddfd9c chore: gen md command docs
483c0a1 chore: firewall implementation to own package & readme
2bb552b chore: update README with links
a50eda4 chore: README typos
13417d2 chore: add README
b66f5fb chore: initial import