mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +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
|
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
|
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
|
url : 'erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required
|
||||||
request : { // optional, fetch options
|
request : null,
|
||||||
method: 'GET',
|
|
||||||
agent: new SocksProxyAgent('socks5h://127.0.0.1:9050')
|
|
||||||
},
|
|
||||||
customCheck: async (content, response) => {
|
customCheck: async (content, response) => {
|
||||||
// Bitcoin protocol version check
|
// Bitcoin protocol version check
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue