-
-
Notifications
You must be signed in to change notification settings - Fork 69
Feat: (Health check) Check alt_ip if web domain is not accessible
#768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 3 commits
4cc61a5
64e79a0
3828ade
4ce93cb
259d74c
9a5e3af
8b50ec2
32674e8
df7ac0d
086cec5
f3578ad
1ab8aa2
c94387c
8010ea0
1a78ec5
4be85c4
9f6bc2e
2e7236e
c011741
b574708
d24aa2b
69e7556
d4e96b0
9d7df2b
caa984f
7527cee
463d175
417afe1
7fbe7a0
abedafd
b63eb13
ce031ae
ae08a9d
4afc731
c16535e
0cbb116
85fb7a1
a777fb3
49b06ff
c9f1239
0c6d1c4
da80374
68051ec
f7edc8c
d95c97d
3d54318
ee29448
aed69d5
c989b17
1b771fe
56fc4c6
4b29aa7
baab6f5
37528e3
49e04b8
49d9756
2fb2dce
d166a47
c32fb90
8622105
aea613c
ad6abeb
bdda8b5
eee2431
100cc3f
8993697
1c3ec3d
6571301
57b56e3
edcaed8
06e400a
d855d1f
d36c88e
4f50736
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ type Method = | |
| | 'getaddressbalance' | ||
|
|
||
| export type RpcRequest<P = any, M extends Method | string = string> = { | ||
| baseURL?: string | ||
|
||
| method: M | ||
| params?: P | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ type Method = | |
| | 'getaddressbalance' | ||
|
|
||
| export type RpcRequest<P = any, M extends Method | string = string> = { | ||
| baseURL?: string | ||
|
||
| method: M | ||
| params?: P | ||
| } | ||

Uh oh!
There was an error while loading. Please reload this page.