Jump to content

All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)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.
 h 中文 (zh)如果在使用透明代理时遇到问题:
* 使用 <code>dmesg</code> 检查内核日志
* 如果看到大量关于特定网络设备的 refuse 消息:
** NixOS 默认启用了防火墙,关掉防火墙再尝试
** 如关掉防火墙后问题解决得到解决,可以依次尝试:
*** 将 tun 设备添加到 <code>trustedInterfaces</code>
*** 禁用 <code>checkReversePath</code>
* 如果看到大量关于特定端口的 refuse 消息:
** 如果你正在使用 tproxy 透明代理,尝试在防火墙中允许 tproxy 端口。