tlsalex

Results 23 issues of tlsalex

办公室的防火墙只放行 客户端 访问外公网 80 和 443 端口的流量(tcp). 所以 服务器端udp2raw 进程需要监听 80 或 443. 但非root用户无法绑定特权端口. 有什么简单办法让以普通用户运行udp2raw的时候也能绑定特权端口。 一个临时的办法是让udp2raw 监听非特权端口,比如6655 , 再用防火墙端口转发的功能把80 的数据转到 6655. 可我希望udp2raw 原生支持使用非root账号也能绑定特权端口。 ``` [2020-08-08 22:14:53][INFO]const_id:3671b7f5 [2020-08-08 22:14:53][WARN] -a has...

脚本里用了一堆 wget, 都是get 墙外的资源,运行脚本往往卡在wget 或curl , 在墙外是没有问题的,可能会有人说为啥要在墙内运行这脚本 -- 各人有各自的想法。 就类似于xray里提供的proxy ``` echo ' install:' echo ' --version Install the specified version of Xray, e.g., --version v1.0.0' echo ' -f, --force...

I remember , I can run ntop on remote computer when I remote to a computer with powershell. I think it was in 2019, But I find I can not...

As we know , the system account in windows is like the root account in Linux -- the most power user. There are many process or services run as system...

Today , one of user complain that why her outlook's connection so slowly. she didn't see any new email in her mailbox . but someone already sent her many new...

enhancement

I usually use psping (a tool from microsoft sysinternal) to test website response time which is based on a tcp connection on windows. It's really more useful than the normal...

Not sure is a new issue or not , I have to stop and re-run it. ``` 03/May/2021 10:33:31 [edge_utils.c:2566] ERROR: fetch_and_eventually_process_data's recvfrom() failed 0 errno 115 (Operation now in...

to be confirmed

n2n for IOS ? I found a link -- https://github.com/ziggear/n2n_ios , but it does not update to latest at all. I found a link -- https://github.com/switch-iot/hin2n , but it 's...

enhancement
help wanted

I would like n2n can make connection over https , just like SSTP VPN. Currently , n2n over TCP is a good start, but in a strict network environment, maybe...

enhancement

In wireguard, there is a very handy feature described as follow: > PreUp, PostUp, PreDown, PostDown — script snippets which will be executed by bash(1) before/after setting up/tearing down the...

question