Proxy for torrents?

I know there should be a way to do it, I don't know how to, so help.

ROUTER1, LAN interface is connected to local network, static IP. I would like to connect WiFi interface to neighbors WiFi network, his isp is not blocking torrents, I have his permission. Then install HTTP or SOCKS proxy on router and use this router to download torrents from your local network. Meaning, this router will be used as a proxy server.

Start by https://openwrt.org/docs/guide-user/network/wifi/connect_client_wifi
Then install tinyproxy https://openwrt.org/docs/guide-user/services/proxy/tinyproxy
Then configure the torrent client to use it (http proxy type) and you should be good to go

1 Like

Done that and installed tinyproxy. Can't use tinyproxy, access denied. I bet wrong configuration.

ROUTER1 is 172.16.0.4, that's on local LAN via cable, WIFI connected to neighbor, IP is 192.16.1.70. And I did created a test WiFi AP so that I can connect to ROUTER1 and check if internet is working. Internet is working. test WiFi AP deleted now.

Basically no bueno. Can't use proxy. Access denied.

Right now, tinyproxy's settings are all default. I did play around with allowed IPs, no help.

How to configure it?

Please post your current tinyproxy config:
cat /etc/config/tinyproxy

can't copy paste in putty on linux

Delete the 2 "list connectport.." entries and restart the service.
Try using again the proxy with port 8888

I got it working, config and log bellow. Now there is another problem. Tinyproxy service does not appear to be auto starting, or fails to start. Log is empty until I stop and start the service manually from LUCI.

config tinyproxy
        option User 'nobody'
        option Group 'nogroup'
        option Port '8888'
        option Timeout '600'
        option DefaultErrorFile '/usr/share/tinyproxy/default.html'
        option StatFile '/usr/share/tinyproxy/stats.html'
        option LogFile '/var/log/tinyproxy.log'
        option LogLevel 'Info'
        option MaxClients '100'
        option MinSpareServers '5'
        option MaxSpareServers '20'
        option StartServers '10'
        option MaxRequestsPerChild '0'
        option ViaProxyName 'tinyproxy'
        option enabled '1'
        list Allow '127.0.0.1'
        list Allow '172.16.0.0/24'
        list Allow '0.0.0.0/0'
        option Listen '172.16.0.4'
        option Bind '192.168.1.254'

root@EXCALIBUR-P:/etc/config# 
root@EXCALIBUR-P:/tmp/log# cat tinyproxy.log
INFO      Dec 24 18:07:30 [1751]: Initializing tinyproxy ...
INFO      Dec 24 18:07:30 [1751]: Reloading config file
INFO      Dec 24 18:07:30 [1751]: Added address [172.16.0.4] to listen addresses.
INFO      Dec 24 18:07:30 [1751]: Outgoing connections bound to IP 192.168.1.254
INFO      Dec 24 18:07:30 [1751]: Stathost set to "127.0.0.1"
INFO      Dec 24 18:07:30 [1751]: Setting "Via" header to 'tinyproxy'
INFO      Dec 24 18:07:30 [1751]: listen_sock called with addr = '172.16.0.4'
INFO      Dec 24 18:07:30 [1751]: trying to listen on host[172.16.0.4], family[2], socktype[2], proto[6]
INFO      Dec 24 18:07:30 [1751]: listening on fd [4]
INFO      Dec 24 18:07:30 [1751]: Now running as group "nogroup".
INFO      Dec 24 18:07:30 [1751]: Now running as user "nobody".
INFO      Dec 24 18:07:30 [1751]: Creating child number 1 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 2 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 3 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 4 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 5 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 6 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 7 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 8 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 9 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Creating child number 10 of 10 ...
INFO      Dec 24 18:07:30 [1751]: Finished creating all children.
INFO      Dec 24 18:07:30 [1751]: Setting the various signals.
INFO      Dec 24 18:07:30 [1751]: Starting main loop. Accepting connections.
CONNECT   Dec 24 18:07:35 [1766]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:35 [1766]: Request (file descriptor 9): CONNECT www.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:35 [1766]: No upstream proxy for www.google.com
INFO      Dec 24 18:07:35 [1766]: opensock: opening connection to www.google.com:443
INFO      Dec 24 18:07:35 [1766]: opensock: getaddrinfo returned for www.google.com:443
CONNECT   Dec 24 18:07:35 [1766]: Established connection to host "www.google.com" using file descriptor 10.
INFO      Dec 24 18:07:35 [1766]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:36 [1760]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:36 [1760]: Request (file descriptor 9): CONNECT www.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:36 [1760]: No upstream proxy for www.google.com
INFO      Dec 24 18:07:36 [1760]: opensock: opening connection to www.google.com:443
CONNECT   Dec 24 18:07:36 [1764]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:36 [1764]: Request (file descriptor 9): CONNECT www.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:36 [1764]: No upstream proxy for www.google.com
INFO      Dec 24 18:07:36 [1764]: opensock: opening connection to www.google.com:443
CONNECT   Dec 24 18:07:36 [1763]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:36 [1763]: Request (file descriptor 9): CONNECT www.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:36 [1763]: No upstream proxy for www.google.com
INFO      Dec 24 18:07:36 [1763]: opensock: opening connection to www.google.com:443
INFO      Dec 24 18:07:36 [1760]: opensock: getaddrinfo returned for www.google.com:443
INFO      Dec 24 18:07:36 [1764]: opensock: getaddrinfo returned for www.google.com:443
INFO      Dec 24 18:07:36 [1763]: opensock: getaddrinfo returned for www.google.com:443
CONNECT   Dec 24 18:07:36 [1764]: Established connection to host "www.google.com" using file descriptor 10.
INFO      Dec 24 18:07:36 [1764]: Not sending client headers to remote machine
INFO      Dec 24 18:07:36 [1764]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:36 [1763]: Established connection to host "www.google.com" using file descriptor 10.
INFO      Dec 24 18:07:36 [1763]: Not sending client headers to remote machine
INFO      Dec 24 18:07:36 [1763]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:36 [1760]: Established connection to host "www.google.com" using file descriptor 10.
INFO      Dec 24 18:07:36 [1760]: Not sending client headers to remote machine
INFO      Dec 24 18:07:36 [1760]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:37 [1761]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:37 [1761]: Request (file descriptor 9): CONNECT cloudsearch.googleapis.com:443 HTTP/1.1
INFO      Dec 24 18:07:37 [1761]: No upstream proxy for cloudsearch.googleapis.com
INFO      Dec 24 18:07:37 [1761]: opensock: opening connection to cloudsearch.googleapis.com:443
INFO      Dec 24 18:07:37 [1761]: opensock: getaddrinfo returned for cloudsearch.googleapis.com:443
CONNECT   Dec 24 18:07:37 [1761]: Established connection to host "cloudsearch.googleapis.com" using file descriptor 10.
INFO      Dec 24 18:07:37 [1761]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:37 [1760]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:37 [1760]: Request (file descriptor 9): CONNECT cloudsearch.googleapis.com:443 HTTP/1.1
INFO      Dec 24 18:07:37 [1760]: No upstream proxy for cloudsearch.googleapis.com
INFO      Dec 24 18:07:37 [1760]: opensock: opening connection to cloudsearch.googleapis.com:443
INFO      Dec 24 18:07:37 [1760]: opensock: getaddrinfo returned for cloudsearch.googleapis.com:443
CONNECT   Dec 24 18:07:37 [1763]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:37 [1763]: Request (file descriptor 9): CONNECT optimizationguide-pa.googleapis.com:443 HTTP/1.1
INFO      Dec 24 18:07:37 [1763]: No upstream proxy for optimizationguide-pa.googleapis.com
INFO      Dec 24 18:07:37 [1763]: opensock: opening connection to optimizationguide-pa.googleapis.com:443
INFO      Dec 24 18:07:37 [1763]: opensock: getaddrinfo returned for optimizationguide-pa.googleapis.com:443
CONNECT   Dec 24 18:07:38 [1760]: Established connection to host "cloudsearch.googleapis.com" using file descriptor 10.
INFO      Dec 24 18:07:38 [1760]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:38 [1763]: Established connection to host "optimizationguide-pa.googleapis.com" using file descriptor 10.
INFO      Dec 24 18:07:38 [1763]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:38 [1764]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:38 [1764]: Request (file descriptor 9): CONNECT userstylesapi.com:443 HTTP/1.1
INFO      Dec 24 18:07:38 [1764]: No upstream proxy for userstylesapi.com
INFO      Dec 24 18:07:38 [1764]: opensock: opening connection to userstylesapi.com:443
INFO      Dec 24 18:07:39 [1764]: opensock: getaddrinfo returned for userstylesapi.com:443
CONNECT   Dec 24 18:07:39 [1764]: Established connection to host "userstylesapi.com" using file descriptor 10.
INFO      Dec 24 18:07:39 [1764]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:39 [1759]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:39 [1759]: Request (file descriptor 9): CONNECT aa.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:39 [1759]: No upstream proxy for aa.google.com
INFO      Dec 24 18:07:39 [1759]: opensock: opening connection to aa.google.com:443
INFO      Dec 24 18:07:39 [1759]: opensock: getaddrinfo returned for aa.google.com:443
CONNECT   Dec 24 18:07:39 [1759]: Established connection to host "aa.google.com" using file descriptor 10.
INFO      Dec 24 18:07:39 [1759]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:39 [1758]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:39 [1758]: Request (file descriptor 9): CONNECT adservice.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:39 [1758]: No upstream proxy for adservice.google.com
INFO      Dec 24 18:07:39 [1758]: opensock: opening connection to adservice.google.com:443
INFO      Dec 24 18:07:39 [1758]: opensock: getaddrinfo returned for adservice.google.com:443
CONNECT   Dec 24 18:07:40 [1758]: Established connection to host "adservice.google.com" using file descriptor 10.
INFO      Dec 24 18:07:40 [1758]: Not sending client headers to remote machine
NOTICE    Dec 24 18:07:40 [1751]: Waiting servers (3) is less than MinSpareServers (5). Creating new child.
CONNECT   Dec 24 18:07:40 [1756]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:40 [1756]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:40 [1756]: No upstream proxy for play.google.com
INFO      Dec 24 18:07:40 [1756]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:40 [1756]: opensock: getaddrinfo returned for play.google.com:443
CONNECT   Dec 24 18:07:40 [1756]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:40 [1756]: Not sending client headers to remote machine
ERROR     Dec 24 18:07:40 [1756]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:40 [1756]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:41 [1757]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:41 [1757]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:41 [1757]: No upstream proxy for play.google.com
CONNECT   Dec 24 18:07:41 [1768]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:41 [1768]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:41 [1768]: No upstream proxy for play.google.com
INFO      Dec 24 18:07:41 [1768]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:41 [1757]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:41 [1757]: opensock: getaddrinfo returned for play.google.com:443
INFO      Dec 24 18:07:41 [1768]: opensock: getaddrinfo returned for play.google.com:443
CONNECT   Dec 24 18:07:41 [1757]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:41 [1757]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:41 [1768]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:41 [1768]: Not sending client headers to remote machine
ERROR     Dec 24 18:07:41 [1757]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:41 [1757]: Closed connection between local client (fd:9) and remote client (fd:10)
ERROR     Dec 24 18:07:41 [1768]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:41 [1768]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:41 [1756]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:41 [1756]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:41 [1756]: No upstream proxy for play.google.com
INFO      Dec 24 18:07:41 [1756]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:41 [1756]: opensock: getaddrinfo returned for play.google.com:443
CONNECT   Dec 24 18:07:41 [1756]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:41 [1756]: Not sending client headers to remote machine
ERROR     Dec 24 18:07:41 [1756]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:41 [1756]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:42 [1768]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:42 [1768]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:42 [1768]: No upstream proxy for play.google.com
INFO      Dec 24 18:07:42 [1768]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:42 [1768]: opensock: getaddrinfo returned for play.google.com:443
CONNECT   Dec 24 18:07:42 [1768]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:42 [1768]: Not sending client headers to remote machine
ERROR     Dec 24 18:07:42 [1768]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:42 [1768]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:42 [1756]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:42 [1756]: Request (file descriptor 9): CONNECT play.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:42 [1756]: No upstream proxy for play.google.com
INFO      Dec 24 18:07:42 [1756]: opensock: opening connection to play.google.com:443
INFO      Dec 24 18:07:42 [1756]: opensock: getaddrinfo returned for play.google.com:443
CONNECT   Dec 24 18:07:42 [1756]: Established connection to host "play.google.com" using file descriptor 10.
INFO      Dec 24 18:07:42 [1756]: Not sending client headers to remote machine
ERROR     Dec 24 18:07:42 [1756]: read_buffer: read() failed on fd 10: Connection reset by peer
INFO      Dec 24 18:07:42 [1756]: Closed connection between local client (fd:9) and remote client (fd:10)
NOTICE    Dec 24 18:07:45 [1751]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.
CONNECT   Dec 24 18:07:48 [1756]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:48 [1756]: Request (file descriptor 9): CONNECT clients4.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:48 [1756]: No upstream proxy for clients4.google.com
INFO      Dec 24 18:07:48 [1756]: opensock: opening connection to clients4.google.com:443
INFO      Dec 24 18:07:48 [1756]: opensock: getaddrinfo returned for clients4.google.com:443
CONNECT   Dec 24 18:07:48 [1756]: Established connection to host "clients4.google.com" using file descriptor 10.
INFO      Dec 24 18:07:48 [1756]: Not sending client headers to remote machine
NOTICE    Dec 24 18:07:50 [1751]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.
INFO      Dec 24 18:07:54 [1764]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:07:55 [1764]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:55 [1764]: Request (file descriptor 9): CONNECT history.google.com:443 HTTP/1.1
INFO      Dec 24 18:07:55 [1764]: No upstream proxy for history.google.com
INFO      Dec 24 18:07:55 [1764]: opensock: opening connection to history.google.com:443
INFO      Dec 24 18:07:55 [1764]: opensock: getaddrinfo returned for history.google.com:443
CONNECT   Dec 24 18:07:55 [1764]: Established connection to host "history.google.com" using file descriptor 10.
INFO      Dec 24 18:07:55 [1764]: Not sending client headers to remote machine
CONNECT   Dec 24 18:07:56 [1770]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:07:56 [1770]: Request (file descriptor 9): CONNECT t0.gstatic.com:443 HTTP/1.1
INFO      Dec 24 18:07:56 [1770]: No upstream proxy for t0.gstatic.com
INFO      Dec 24 18:07:56 [1770]: opensock: opening connection to t0.gstatic.com:443
INFO      Dec 24 18:07:56 [1770]: opensock: getaddrinfo returned for t0.gstatic.com:443
CONNECT   Dec 24 18:07:56 [1770]: Established connection to host "t0.gstatic.com" using file descriptor 10.
INFO      Dec 24 18:07:56 [1770]: Not sending client headers to remote machine
NOTICE    Dec 24 18:08:00 [1751]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.
CONNECT   Dec 24 18:08:02 [1771]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:08:02 [1771]: Request (file descriptor 9): CONNECT forum.openwrt.org:443 HTTP/1.1
INFO      Dec 24 18:08:02 [1771]: No upstream proxy for forum.openwrt.org
INFO      Dec 24 18:08:02 [1771]: opensock: opening connection to forum.openwrt.org:443
INFO      Dec 24 18:08:03 [1771]: opensock: getaddrinfo returned for forum.openwrt.org:443
CONNECT   Dec 24 18:08:03 [1771]: Established connection to host "forum.openwrt.org" using file descriptor 10.
INFO      Dec 24 18:08:03 [1771]: Not sending client headers to remote machine
NOTICE    Dec 24 18:08:05 [1751]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.
CONNECT   Dec 24 18:08:05 [1769]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:08:05 [1769]: Request (file descriptor 9): CONNECT userstylesapi.com:443 HTTP/1.1
INFO      Dec 24 18:08:05 [1769]: No upstream proxy for userstylesapi.com
INFO      Dec 24 18:08:05 [1769]: opensock: opening connection to userstylesapi.com:443
INFO      Dec 24 18:08:05 [1769]: opensock: getaddrinfo returned for userstylesapi.com:443
CONNECT   Dec 24 18:08:05 [1769]: Established connection to host "userstylesapi.com" using file descriptor 10.
INFO      Dec 24 18:08:05 [1769]: Not sending client headers to remote machine
CONNECT   Dec 24 18:08:08 [1772]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:08:08 [1772]: Request (file descriptor 9): CONNECT i.imgur.com:443 HTTP/1.1
INFO      Dec 24 18:08:08 [1772]: No upstream proxy for i.imgur.com
INFO      Dec 24 18:08:08 [1772]: opensock: opening connection to i.imgur.com:443
INFO      Dec 24 18:08:08 [1772]: opensock: getaddrinfo returned for i.imgur.com:443
CONNECT   Dec 24 18:08:08 [1772]: Established connection to host "i.imgur.com" using file descriptor 10.
INFO      Dec 24 18:08:08 [1772]: Not sending client headers to remote machine
INFO      Dec 24 18:08:10 [1758]: Closed connection between local client (fd:9) and remote client (fd:10)
NOTICE    Dec 24 18:08:10 [1751]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.
INFO      Dec 24 18:08:23 [1769]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:09:28 [1769]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:28 [1769]: Request (file descriptor 9): CONNECT lh3.googleusercontent.com:443 HTTP/1.1
INFO      Dec 24 18:09:28 [1769]: No upstream proxy for lh3.googleusercontent.com
INFO      Dec 24 18:09:28 [1769]: opensock: opening connection to lh3.googleusercontent.com:443
INFO      Dec 24 18:09:28 [1760]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1761]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1766]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1756]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1770]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1764]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1759]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1772]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1763]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:28 [1769]: opensock: getaddrinfo returned for lh3.googleusercontent.com:443
CONNECT   Dec 24 18:09:28 [1769]: Established connection to host "lh3.googleusercontent.com" using file descriptor 10.
INFO      Dec 24 18:09:28 [1769]: Not sending client headers to remote machine
INFO      Dec 24 18:09:28 [1769]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:09:30 [1763]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:30 [1763]: Request (file descriptor 9): CONNECT mtalk.google.com:5228 HTTP/1.1
INFO      Dec 24 18:09:30 [1763]: No upstream proxy for mtalk.google.com
INFO      Dec 24 18:09:30 [1763]: opensock: opening connection to mtalk.google.com:5228
INFO      Dec 24 18:09:30 [1763]: opensock: getaddrinfo returned for mtalk.google.com:5228
CONNECT   Dec 24 18:09:30 [1763]: Established connection to host "mtalk.google.com" using file descriptor 10.
INFO      Dec 24 18:09:30 [1763]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:32 [1769]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:32 [1769]: Request (file descriptor 9): CONNECT optimizationguide-pa.googleapis.com:443 HTTP/1.1
INFO      Dec 24 18:09:32 [1769]: No upstream proxy for optimizationguide-pa.googleapis.com
INFO      Dec 24 18:09:32 [1769]: opensock: opening connection to optimizationguide-pa.googleapis.com:443
INFO      Dec 24 18:09:32 [1769]: opensock: getaddrinfo returned for optimizationguide-pa.googleapis.com:443
CONNECT   Dec 24 18:09:32 [1772]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:32 [1772]: Request (file descriptor 9): CONNECT userstylesapi.com:443 HTTP/1.1
INFO      Dec 24 18:09:32 [1772]: No upstream proxy for userstylesapi.com
INFO      Dec 24 18:09:32 [1772]: opensock: opening connection to userstylesapi.com:443
INFO      Dec 24 18:09:32 [1772]: opensock: getaddrinfo returned for userstylesapi.com:443
CONNECT   Dec 24 18:09:32 [1769]: Established connection to host "optimizationguide-pa.googleapis.com" using file descriptor 10.
INFO      Dec 24 18:09:32 [1769]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:32 [1759]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:32 [1759]: Request (file descriptor 9): CONNECT userstylesapi.com:443 HTTP/1.1
INFO      Dec 24 18:09:32 [1759]: No upstream proxy for userstylesapi.com
INFO      Dec 24 18:09:32 [1759]: opensock: opening connection to userstylesapi.com:443
INFO      Dec 24 18:09:32 [1759]: opensock: getaddrinfo returned for userstylesapi.com:443
CONNECT   Dec 24 18:09:33 [1759]: Established connection to host "userstylesapi.com" using file descriptor 10.
INFO      Dec 24 18:09:33 [1759]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:33 [1772]: Established connection to host "userstylesapi.com" using file descriptor 10.
INFO      Dec 24 18:09:33 [1772]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:34 [1764]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:34 [1764]: Request (file descriptor 9): CONNECT forum.openwrt.org:443 HTTP/1.1
INFO      Dec 24 18:09:34 [1764]: No upstream proxy for forum.openwrt.org
INFO      Dec 24 18:09:34 [1764]: opensock: opening connection to forum.openwrt.org:443
INFO      Dec 24 18:09:34 [1764]: opensock: getaddrinfo returned for forum.openwrt.org:443
CONNECT   Dec 24 18:09:35 [1764]: Established connection to host "forum.openwrt.org" using file descriptor 10.
INFO      Dec 24 18:09:35 [1764]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:36 [1770]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:36 [1770]: Request (file descriptor 9): CONNECT content-autofill.googleapis.com:443 HTTP/1.1
INFO      Dec 24 18:09:36 [1770]: No upstream proxy for content-autofill.googleapis.com
INFO      Dec 24 18:09:36 [1770]: opensock: opening connection to content-autofill.googleapis.com:443
INFO      Dec 24 18:09:36 [1770]: opensock: getaddrinfo returned for content-autofill.googleapis.com:443
CONNECT   Dec 24 18:09:36 [1770]: Established connection to host "content-autofill.googleapis.com" using file descriptor 10.
INFO      Dec 24 18:09:36 [1770]: Not sending client headers to remote machine
CONNECT   Dec 24 18:09:43 [1756]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:09:43 [1756]: Request (file descriptor 9): CONNECT clients4.google.com:443 HTTP/1.1
INFO      Dec 24 18:09:43 [1756]: No upstream proxy for clients4.google.com
INFO      Dec 24 18:09:43 [1756]: opensock: opening connection to clients4.google.com:443
INFO      Dec 24 18:09:43 [1756]: opensock: getaddrinfo returned for clients4.google.com:443
CONNECT   Dec 24 18:09:43 [1756]: Established connection to host "clients4.google.com" using file descriptor 10.
INFO      Dec 24 18:09:43 [1756]: Not sending client headers to remote machine
INFO      Dec 24 18:09:48 [1772]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:09:49 [1759]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:17 [1756]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:17 [1769]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:17 [1770]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:17 [1771]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:17 [1764]: Closed connection between local client (fd:9) and remote client (fd:10)
INFO      Dec 24 18:11:19 [1763]: Closed connection between local client (fd:9) and remote client (fd:10)
CONNECT   Dec 24 18:11:19 [1769]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:11:19 [1769]: Request (file descriptor 9): CONNECT mtalk.google.com:5228 HTTP/1.1
INFO      Dec 24 18:11:19 [1769]: No upstream proxy for mtalk.google.com
INFO      Dec 24 18:11:19 [1769]: opensock: opening connection to mtalk.google.com:5228
INFO      Dec 24 18:11:19 [1769]: opensock: getaddrinfo returned for mtalk.google.com:5228
CONNECT   Dec 24 18:11:19 [1769]: Established connection to host "mtalk.google.com" using file descriptor 10.
INFO      Dec 24 18:11:19 [1769]: Not sending client headers to remote machine
CONNECT   Dec 24 18:11:40 [1763]: Connect (file descriptor 9): 172.16.0.64 [172.16.0.64]
CONNECT   Dec 24 18:11:40 [1763]: Request (file descriptor 9): CONNECT forum.openwrt.org:443 HTTP/1.1
INFO      Dec 24 18:11:40 [1763]: No upstream proxy for forum.openwrt.org
INFO      Dec 24 18:11:40 [1763]: opensock: opening connection to forum.openwrt.org:443
INFO      Dec 24 18:11:40 [1763]: opensock: getaddrinfo returned for forum.openwrt.org:443
CONNECT   Dec 24 18:11:40 [1763]: Established connection to host "forum.openwrt.org" using file descriptor 10.
INFO      Dec 24 18:11:40 [1763]: Not sending client headers to remote machine
root@EXCALIBUR-P:/tmp/log#

service tinyproxy status
service tinyproxy enable

Also. Shouldn't the user be root insgtead of nobody?

nope - best security practices forbid that

Isn’t it possible with Ctrl + right click?