configurable fastexact radius

This commit is contained in:
bel
2022-01-27 15:49:59 -07:00
parent adebff5c40
commit 34f16f3259
4 changed files with 10 additions and 7 deletions

View File

@@ -74,10 +74,11 @@ type Config struct {
Password string
}
FastExact struct {
Enabled bool
Mock bool
Username string
Password string
Enabled bool
RadiusMiles int
Mock bool
Username string
Password string
}
}