aboutsummaryrefslogtreecommitdiff
path: root/e3372-dhcp-setting.sh
blob: 9bd0fe660d9c79f09acfa7ff7c37a39d95d3eec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/config.sh"

get_token

curl -s -X GET "http://$MODEM_IP/api/dhcp/settings" \
    -H "Cookie: $COOKIE" \
    -H "__RequestVerificationToken: $TOKEN" \
    -H "Content-Type: text/xml" >modem_status.xml

cat modem_status.xml