Torben Nehmer
9a31bbc912
- Implemented Configuration Loader with unauthorized error handling - More elaborate test user config - Use Viper Unmarshalling for User Config loading - Centralized password hasing code
22 lines
490 B
YAML
22 lines
490 B
YAML
username: test
|
|
password: $2a$10$ymHFfGjKINWsUKwEo5xp.efN6DR6NkiRCXsbH4VWo0Nnzma8Yc.82
|
|
router:
|
|
DNS: brandfeld.dyn.local
|
|
NFT:
|
|
table: sshguard
|
|
set4: blackhole
|
|
set6: blackhole6
|
|
others:
|
|
- DNS: atlantis.dyn.local
|
|
v6iid: ::dead:beef:dead:beef
|
|
registerv4: true
|
|
NFT:
|
|
table: sshguard
|
|
set4: blackhole
|
|
set6: blackhole6
|
|
- DNS: troya.dyn.local
|
|
v6iid: ::cafe:babe:deca:fbad
|
|
registerv4: false
|
|
NFT:
|
|
table: sshguard
|
|
set6: blackhole6 |