This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** namespace App\Actors **/ | |
const Actor = require('./Actor'); | |
class BotcheckActor extends Actor { | |
platform = 'botcheck'; | |
constructor(env) { | |
const config = require('../../config/actors/botcheck'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const _ = require('lodash'); | |
const axios = require('axios'); | |
const qs = require('querystring'); | |
const axiosCookieJarSupport = require('axios-cookiejar-support').default; | |
const tough = require('tough-cookie'); | |
class Router { | |
axios; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/3proxy | |
system "echo 3proxy up!" | |
# you may use system to execute some external command if proxy starts | |
nserver 9.9.9.9 | |
nserver 149.112.112.112 | |
nscache 65536 | |
timeouts 1 5 30 60 180 1800 15 60 |
NewerOlder