Use paths relative to the location of the executable and not absolute paths.
This allows the executable to be relocated without issues with the configuration files.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,6 +4,6 @@
|
||||
AvoidDiskWrites 1
|
||||
ControlPort 9051
|
||||
ExitNodes {US}
|
||||
GeoIPFile C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip
|
||||
GeoIPv6File C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip6
|
||||
GeoIPFile geoip
|
||||
GeoIPv6File geoip6
|
||||
SocksPort 9050
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
# This file was generated by Tor; if you edit it, comments will not be preserved
|
||||
# The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it
|
||||
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
ControlPort 9051
|
||||
ExitNodes {US}
|
||||
GeoIPFile C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip
|
||||
GeoIPv6File C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\geoip6
|
||||
SocksPort 9050
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Created by TorWebClient
|
||||
# If non-zero, try to write to disk less frequently than we would otherwise.
|
||||
AvoidDiskWrites 1
|
||||
Binary file not shown.
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="torConfigurationFile" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\torcc" />
|
||||
<add key="torConfigurationFile" value="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="geoipfile" value="geoip" />
|
||||
<add key="geoip6file" value="geoip6" />
|
||||
<add key="torPath" value="Tor\Tor\Tor.exe" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<startup>
|
||||
|
||||
Binary file not shown.
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="torConfigurationFile" value="C:\boneyard\Tor.Mod\TorWebClient\bin\Debug\Tor\Tor\torcc" />
|
||||
<add key="torConfigurationFile" value="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="geoipfile" value="geoip" />
|
||||
<add key="geoip6file" value="geoip6" />
|
||||
<add key="torPath" value="Tor\Tor\Tor.exe" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<startup>
|
||||
|
||||
Reference in New Issue
Block a user