Last active
May 11, 2019 13:50
-
-
Save david415/8a1d2a8c903e7bbb13f919d74643eec1 to your computer and use it in GitHub Desktop.
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
[UpstreamProxy] | |
Type = "socks5" | |
Network = "tcp" | |
Address = "127.0.0.1:9050" | |
[Logging] | |
Disable = false | |
Level = "DEBUG" | |
File = "/home/user/catshadow_testnet/bob/catshadow.log" | |
[NonvotingAuthority] | |
# this doesn't work Address = "l4lqji3jlkcul23w.onion:29485" | |
Address = "37.218.242.147:29485" | |
PublicKey = "DFD5E1A26E9B3EF7B3DA0102002B93C66FC36B12D14C608C3FBFCA03BF3EBCDC" | |
[Account] | |
Provider = "idefix" | |
ProviderKeyPin = "PZWT07fWnLsZr8OGibNlvK34Cr/m98T+awhZrr53IJI=" | |
[Registration] | |
Address = "6cwob5th2li7zxqp.onion:29484" | |
[Registration.Options] | |
Scheme = "http" | |
UseSocks = true | |
SocksNetwork = "tcp" | |
SocksAddress = "127.0.0.1:9050" | |
[Debug] | |
DisableDecoyLoops = true | |
CaseSensitiveUserIdentifiers = false | |
PollingInterval = 1 | |
[Panda] | |
Receiver = "+panda" | |
Provider = "ramix" | |
BlobSize = 1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment