aa51513

Results 30 issues of aa51513

目前gost的dns代理功能,必须指定forwarder才能够使用,如下所示: `services:` `- name: service-0` `addr: :10053` `handler:` `type: dns` `listener:` `type: dns` `metadata:` `mode: udp` `forwarder:` `nodes:` `- name: target-0` `addr: 1.1.1.1` 强制手动指定dns服务器地址,显然不够灵活 我希望能够支持使用当前系统默认DNS,可行的做法有2种: ①不配置forwarder,就自动用系统默认dns; ②将localhost作为addr的时候,就使用系统默认dns; 还请评估一下这个请求

enhancement

The cloudflare preferred ip is generally used to accelerate cloudflare cdn access, and it is usually used to manually specify the dns result cloudflare优选ip一般用于对cloudflare cdn访问的加速,通常会用到手动指定域名解析的dns结果 At present, the tool only...

Is it possible to support reading parameters from a configuration file to run ? 是否有可能支持从配置文件中读取参数运行?

该工具非常好用,希望能够发布docker镜像,以期能够在docker环境使用

### 希望添加的功能 The udp dns server is the most widely used, and there is no substitute for DoT or DoH in many cases, so it is very necessary to send...

最近逛github才发现fuso这么个不错的小工具,确实不错 然后有了一些不错的想法,来提个issue,想看看大佬的看法

### Bug Description 启动frps,无论是否配置bind_port字段,都会监听7000/tcp端口 这显然是不合理的 因为frps可以运行在kcp模式,或者quic模式,在这两种情况下,在端口7000上的tcp监听显然是没有必要的 另外示例配置文件里的bind_udp_port = 7001端口是做什么用途的,也不明确,不知道如何使用 ### frpc Version 0.46.0 ### frps Version 0.46.0 ### System Architecture linux/amd64 ### Configurations [common] bind_port = 7000 quic_bind_port = 7002...

lifecycle/stale

The underlying transport protocol of kcp implemented by this crate is udp I found a phenomenon during actual use: for the same udp connection (UDP data channel determined by source...

### What version of `nebula` are you using? 1.7.2 ### What operating system are you using? Linux ( Arm64 ) ### Describe the Bug When starting nebula, an error is...

NeedsInvestigation

Nebula is a pretty good tool, I just can't put it down But recently I encountered a problem: I want to run nebula on a machine without root permissions and...

NeedsInvestigation