mieru
mieru copied to clipboard
mieru is a socks5 / HTTP / HTTPS proxy to bypass censorship. 見える是一款 socks5 / HTTP / HTTPS 网络代理翻墙工具。
Is it possible to add this feature for handling udp datagrams?
From the discussion in issue #18 for security we should provide an option for mieru client to listen to `localhost:socks5Port` rather than `0.0.0.0:socks5Port` or `[::]:socks5Port`.
I get this error (v2ray v4.45.2 server and mieru 1.7 and client is SageNet), any solution? Both side use 1.7.0 mieru version  
目前tcp速度比udp快主要是因为有bbr的加持,不知能否在udp模式中也引入bbr以提升网速? 目前测试下来同样使用udp的tuic,用了bbr,速度比纯udp快很多。 相关参考: https://github.com/EAimTY/tuic/issues/82 https://github.com/XTLS/Xray-core/issues/975#issuecomment-1182579967
## 看看作者有没有这样做的可能? ### 从hysteria的端口跳跃得到的灵感 https://hysteria.network/zh/docs/advanced/Port-Hopping/ 使用iptables + mita 可以更方便更节省内存的监听多端口 server: ``` iptables -t nat -A PREROUTING -i eth0 -p udp --dport 445:19999 -j DNAT --to-destination :444 ip6tables -t nat -A...
Hi @enfein . Hope you're doing great ! I wanna the instructions for uninstalling & removing all files related to mieru & mita in Ubuntu server . Best Regards!
I encountered a problem with our Mita server client while attempting to add a large number of users (10,000) at once. The client, Mieru, isn't working properly in this scenario,...
TUN list
[Wintun](https://github.com/nulldotblack/wintun) [ligolo-ng](https://github.com/nicocha30/ligolo-ng) [wireguard TUN](https://github.com/WireGuard/wireguard-go/tree/master/tun) [Universal TUN/TAP driver](https://vtun.info/) [tun2socks](https://github.com/xjasonlyu/tun2socks) [tun2proxy](https://github.com/blechschmidt/tun2proxy)
Hello, Can you please compare Mieru to other protocols? Why should some one use mieru instead of VMESS / VLESS and other protocols? Thank you in advance.