Translations:Mihomo/7/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source Tags: Mobile edit Mobile web edit |
||
| Line 1: | Line 1: | ||
If encountering issues with transparent proxy: | |||
* | * Check kernel logs with <code>dmesg</code> | ||
* | * If seeing massive "refuse" messages for specific network devices: | ||
** | ** NixOS enables firewall by default, try disabling firewall | ||
** | ** If problem is solved, try sequentially: | ||
*** | *** Add tun device to <code>trustedInterfaces</code> | ||
*** | *** Disable <code>checkReversePath</code> | ||
* | * If seeing massive "refuse" messages for specific ports: | ||
** | ** Try allow the tproxy port in firewall if you're trying tproxy transparent proxy. | ||
Latest revision as of 16:22, 28 August 2025
If encountering issues with transparent proxy:
- Check kernel logs with
dmesg - If seeing massive "refuse" messages for specific network devices:
- NixOS enables firewall by default, try disabling firewall
- If problem is solved, try sequentially:
- Add tun device to
trustedInterfaces - Disable
checkReversePath
- Add tun device to
- If seeing massive "refuse" messages for specific ports:
- Try allow the tproxy port in firewall if you're trying tproxy transparent proxy.