mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 13:06:08 +01:00
Another onion test
This commit is contained in:
parent
1672681503
commit
ff4f91ac5a
1 changed files with 1 additions and 4 deletions
|
|
@ -56,10 +56,7 @@ export default {
|
|||
name : 'Bitcoin Node (Onion)', // optional
|
||||
link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||
url : 'erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required
|
||||
request : { // optional, fetch options
|
||||
method: 'GET',
|
||||
agent: new SocksProxyAgent('socks5h://127.0.0.1:9050')
|
||||
},
|
||||
request : null,
|
||||
customCheck: async (content, response) => {
|
||||
// Bitcoin protocol version check
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue