mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: wifi.region must be blank by default
This commit is contained in:
parent
d5016bc506
commit
3dbc904ddd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
|
|||
mod.AddHandler(assoc)
|
||||
|
||||
mod.AddParam(session.NewStringParameter("wifi.region",
|
||||
"BO",
|
||||
"",
|
||||
"",
|
||||
"Set the WiFi region to this value before activating the interface."))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue