1) Tor.exe was updated. 2) There were found to socket handling issues in the Proxy class which was causing connectiion to be dropped. Also found were issues with the retrieval of the client parameters. In short it's been overhauled and found to be working much better than ever.
29 lines
1.6 KiB
XML
29 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="torConfigurationFile" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\torcc" />
|
|
<add key="torControlPassword" value="" />
|
|
<add key="captureTorConsoleOuput" value="true" />
|
|
<add key="torControlPort" value="9051" />
|
|
<add key="torDefaultConfigurationFile" value="" />
|
|
<add key="geoipfile" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip" />
|
|
<add key="geoip6file" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip6" />
|
|
<add key="torPath" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\Tor.exe" />
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
</startup>
|
|
<system.web>
|
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
|
<providers>
|
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
|
</providers>
|
|
</membership>
|
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
|
<providers>
|
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
|
</providers>
|
|
</roleManager>
|
|
</system.web>
|
|
</configuration> |