Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denizsafak committed Mar 31, 2024
1 parent 90fbc78 commit 89d6f10
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"profiles": [
{
"name": "Example Wi-Fi",
"ssid": "EXAMPLE_WIFI_5G",
"url": "https://connect.example.com/api/portal/dynamic/authenticate",
"name": "NAME_OF_YOUR_PROFILE (WI-FI EXAMPLE)",
"ssid": "SSID_OF_YOUR_WIFI",
"url": "PAYLOAD_URL_HERE",
"payload": {
"username": "[email protected]",
"password": "123455678"
"username": "PLEASE WRITE YOUR OWN PAYLOAD VALUES HERE. THIS IS AN EXAMPLE",
"password": "PLEASE WRITE YOUR OWN PAYLOAD VALUES HERE. THIS IS AN EXAMPLE"
},
"headers": {
"Content-Type": "application/json;charset=UTF-8a",
"Content-Type": "application/json;charset=UTF-8",
"Connection": "keep-alive",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
},
Expand All @@ -20,9 +20,9 @@
}
},
{
"name": "Example ETHERNET",
"url": "http://10.3.41.15:8002/example.php?zone=dormnet",
"payload": "&auth_user=85795013%example.com&auth_pass=123455678&redirurl=&accept=Login",
"name": "NAME_OF_YOUR_PROFILE (ETHERNET EXAMPLE)",
"url": "PAYLOAD_URL_HERE",
"payload": "&auth_user=XXXX%40gmail.com&auth_pass=xxx&redirurl=&accept=Login",
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"Connection": "keep-alive",
Expand Down

0 comments on commit 89d6f10

Please sign in to comment.