Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Jun 4, 2022
1 parent 25dea1a commit cfdf6d9
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 89 deletions.
4 changes: 2 additions & 2 deletions cmd/agent/monitor/myip.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ func (ip *geoIP) Unmarshal(body []byte) error {

var (
geoIPApiList = []string{
"http://api.nan.ge/json",
"http://api.qste.com/json",
"https://ipapi.co/json",
"http://ip-api.com/json/",
"http://ip.nan.ge/json",
"http://ip.qste.com/json",
}
cachedIP, cachedCountry string
httpClientV4 = utils.NewSingleStackHTTPClient(time.Second*20, time.Second*5, time.Second*10, false)
Expand Down
Binary file removed resource/static/logo.png
Binary file not shown.
101 changes: 101 additions & 0 deletions resource/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resource/static/osi/osi.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
.os-devuan:before,
.os-docker:before,
.os-elementary:before,
.os-endeavour:before,
.os-fedora:before,
.os-fedora-inverse:before,
.os-ferris:before,
Expand Down Expand Up @@ -127,6 +128,7 @@
.os-devuan:before { content: "\f10c"; }
.os-docker:before { content: "\f10d"; }
.os-elementary:before { content: "\f10e"; }
.os-endeavour:before { content: "\f130"; }
.os-fedora:before { content: "\f10f"; }
.os-fedora-inverse:before { content: "\f110"; }
.os-ferris:before { content: "\f111"; }
Expand Down
Binary file removed resource/static/osi/osi.eot
Binary file not shown.
Loading

0 comments on commit cfdf6d9

Please sign in to comment.