itchenfei

Results 12 comments of itchenfei

com port can only open once, you import send.py in receive.py,so,when you run receive.py,send.py is already open com ports.

> clash meta终于找到一个方法 就是在sniffer下面添加一个skip-domian,把向日葵的连接域名配进去,自己研究了半天 > > ``` > # 域名嗅探 > sniffer: > enable: true > sniff: > TLS: > ports: [443, 8443] > HTTP: > ports: [80, 8080-8880] >...

> 方便把配置贴出来吗 > […](#) > ________________________________ 发件人: itchenfei ***@***.***> 发送时间: 2024年3月29日 22:07 收件人: vernesong/OpenClash ***@***.***> 抄送: baijun5217 ***@***.***>; Comment ***@***.***> 主题: Re: [vernesong/OpenClash] [Bug] 向日葵无法连接服务器 (Issue #3229) clash meta终于找到一个方法 就是在sniffer下面添加一个skip-domian,把向日葵的连接域名配进去,自己研究了半天...

# Crude solution Create simple bash script, watch docker container log or k3s pods log, if there have "Input: Failure", exec setxkbmap command. # For Docker > Container name must...

> Do you have a use case in mind that requires this check in BPF? > > The hop limit check could be done in pure Python. Thanks a lot...

> Is there a need for that change ? This is not a real world ipv6 address, so i directly paste this image. This is Qualcomm Device Dial NIC and...

> > Is there a need for that change ? > > This is not a real world ipv6 address, so i directly paste this image. > This is Qualcomm...

> @itchenfei can you share the complete `neighsol()` call that you used? I just sent an ICMPv6 packet, and the NDP was triggered automatically. ```python import os from scapy.arch import...

> I personally disagree with @guedou, the BPF idea was smart, and I feel more elegant > For readability, lfilter that only check the hlim value seems like a good...