Hello,
I added the following lines to the torrc file:
UseBridges 1
ClientTransportPlugin webtunnel exec ./client
Bridge webtunnel XXX:443 XXX url=https://XXX ver=0.0.1
SocksPort auto
Log info
But I got the following error:
Jan 21 05:29:41.000 [notice] Bootstrapped 0% (starting): Starting
Jan 21 05:29:42.000 [notice] Starting with guard context "bridges"
Jan 21 05:29:42.000 [notice] Delaying directory fetches: No running bridges
Jan 21 05:29:42.000 [warn] Pluggable Transport process terminated with status code 256
I added the bridge and restarted Tor daemon, but the result is:
...
Jan 31 02:03:22.275 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 31 02:03:22.275 [notice] Read configuration file "/etc/tor/torrc".
Jan 31 02:03:22.277 [notice] Opening Socks listener on 127.0.0.1:9050
Jan 31 02:03:22.277 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Jan 31 02:03:22.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 31 02:03:22.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 31 02:03:22.000 [notice] Bootstrapped 0% (starting): Starting
Jan 31 02:03:22.000 [notice] Starting with guard context "bridges"
Jan 31 02:03:22.000 [notice] Delaying directory fetches: No running bridges
Jan 31 02:03:22.000 [notice] Signaled readiness to systemd
Jan 31 02:03:23.000 [notice] Opening Socks listener on /run/tor/socks
Jan 31 02:03:23.000 [notice] Opened Socks listener connection (ready) on /run/tor/socks
Jan 31 02:03:23.000 [notice] Opening Control listener on /run/tor/control
Jan 31 02:03:23.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 31 02:03:43.000 [notice] Application request when we haven't used client functionality lately. Optimistically trying known bridges again.
Why?
When I add a new bridge, do I have to restart the Tor or is reloading enough?