Skip to content

Commit

Permalink
feat(srun): set default internet check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fdkevin0 committed Dec 9, 2021
1 parent 9161f27 commit 0df572f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/srun/portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func New(endpoint, acID string) *PortalServer {
acID: acID,
jsonpCallback: "jQuery112403771213770126085_" + timestampStr,
timestampStr: timestampStr,
internetCheck: "http://www.baidu.com",
}
}

Expand Down

0 comments on commit 0df572f

Please sign in to comment.