Skip to content

Commit 8dba801

Browse files
authored
Update updateip.py
changed PORT to 443 because that's where the https server listens now
1 parent 5bf2900 commit 8dba801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restconf_update_ipaddress/updateip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# These variables target the RESTCONF Always-On Sandbox hosted by Cisco DevNet
3636
HOST = 'ios-xe-mgmt.cisco.com'
37-
PORT = '9443'
37+
PORT = '443'
3838
USER = 'root'
3939
PASS = 'D_Vay!_10&'
4040

0 commit comments

Comments
 (0)