Skip to content

Commit

Permalink
beacon: Add settings for uap0 interface (hotspot)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jul 25, 2022
1 parent 8d01050 commit 9253ec1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/services/beacon/default-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"domain_names": ["blueos-wifi"],
"advertise": ["_http"],
"ip": "ips[0]"
},
{
"name": "uap0",
"domain_names": ["blueos-wifi"],
"advertise": ["_http"],
"ip": "ips[0]"
}
],
"advertisement_types": [
Expand Down

0 comments on commit 9253ec1

Please sign in to comment.