There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Johnny123123

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Johnny123123 , (edited )

I don’t use tor that often but as my understanding tor is basically a socks5 proxy, which operates at application layer, so there is no way you can route all your traffic through tor, at least not the ICMP packets.

Some applications are willing to use your proxy settings like http_proxy and https_proxy environment variables, but some of them not, especially for udp based applications (most games). The workaround that i am aware of is to use a rule-based proxy program that supports TUN mode, such as Clash Meta (the link is a fork of clash meta called mihomo, which is the one that i am currently using). Basically it creates a virtual interface and traps all the higher layer traffic into this interface, so it can route them through the configured proxy (tor in your case), even for applications that don’t honor your proxy settings at all.

In Clash Meta you can use configurations such as this to route all your layer 5 and 4 traffic through tor, the important part is to enable the tun mode. After that you can simply use command mihomo -f config.yaml to start it.


<span style="color:#323232;">port: 7890
</span><span style="color:#323232;">socks-port: 7891
</span><span style="color:#323232;">redir-port: 7892
</span><span style="color:#323232;">mode: rule
</span><span style="color:#323232;">tun:
</span><span style="color:#323232;">  enable: true
</span><span style="color:#323232;">  stack: gvisor
</span><span style="color:#323232;">  auto-route: true
</span><span style="color:#323232;">  auto-redirect: true
</span><span style="color:#323232;">  auto-detect-interface: true
</span><span style="color:#323232;">proxies:
</span><span style="color:#323232;">  -
</span><span style="color:#323232;">    name: 'tor'
</span><span style="color:#323232;">    type: socks5
</span><span style="color:#323232;">    server: localhost
</span><span style="color:#323232;">    port: 9050
</span><span style="color:#323232;">proxy-groups:
</span><span style="color:#323232;">  -
</span><span style="color:#323232;">    name: DEFAULT
</span><span style="color:#323232;">    type: select
</span><span style="color:#323232;">    proxies:
</span><span style="color:#323232;">      - 'tor'
</span><span style="color:#323232;">rules:
</span><span style="color:#323232;">  - MATCH,DEFAULT
</span>

File picker issues

Hi, I’m having issues with the file picker on my arch system. Sometimes it doesn’t work at all. If I press “Upload file” in a browser, nothing happens, no window pops up. It doesn’t work in other apps either when that happens. It sometimes starts working after a restart. Does anyone have any ideas? Let me know if you...

Johnny123123 ,

Have you checked the logs? I guess a simple journalctl —user -f would tell you what went wrong. Just run the command on a terminal and click the file picker button couple times and see what pops up

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines