Giter Site home page Giter Site logo

Comments (8)

wikiZ avatar wikiZ commented on September 4, 2024

不是,他是流量从80、443走,然后通过host分发多个监听器,没必要那么多啊,一个http\一个https,

from redguard.

Chinakentgao avatar Chinakentgao commented on September 4, 2024

我有个疑问比如我用云函数作为流量前置,在请求过来后不会经过80 443会被指向到真正CS的监听端口。但是启用的端口多了,就没办法用这种方式来防止探测的情况。

from redguard.

wikiZ avatar wikiZ commented on September 4, 2024

首先,一般不建议你用云函数做流量前置,这种方法很蠢,一方面是成本,一方面是没啥隐匿可言,场景放到RedGuard这里,所有流量都是从443和80走,这俩只不过是区分http或者https罢了,真正做你实际指向的是通过HOST跟代理的地址绑定区分的,也就是说流量从443来反向代理根据你的HOST判断到底代理到哪个地址,如果redguard和c2都在同一个vps那么你就可以设置这个代理地址为127.0.0.1:8080的形式,再配置服务器防火墙。

from redguard.

wikiZ avatar wikiZ commented on September 4, 2024

就理解为这个是键值对,可以配置无限多的后置监听器HostTarget = {"360.net":"http://127.0.0.1:8080","360.com":"https://127.0.0.1:4433","hack.com":"8.8.8.8:1011"}这种形式。远程端口也行本地也行。

from redguard.

Chinakentgao avatar Chinakentgao commented on September 4, 2024

就理解为这个是键值对,可以配置无限多的后置监听器HostTarget = {"360.net":"http://127.0.0.1:8080","360.com":"https://127.0.0.1:4433","hack.com":"8.8.8.8:1011"}这种形式。远程端口也行本地也行。

很感谢你的回复。对于云函数来说我觉得区别域名的方式在价格上云函数只要不设置低延迟价格不会比买一个域名来的贵。我是想着能够联动云函数达到更好的隐藏的效果。云函数直接省去买域名配置CDN的步骤我觉得还是性价比比较高

from redguard.

wikiZ avatar wikiZ commented on September 4, 2024

不是啊,不需要买啊。。。。以前各大厂商不验证域名归属大家都抢注了很多,云函数API网关有你的APPID,人家直接就能溯源到你,至于你说的结合,大家更多时候用的是域前置+RedG结合。

from redguard.

Chinakentgao avatar Chinakentgao commented on September 4, 2024

from redguard.

wikiZ avatar wikiZ commented on September 4, 2024

https://www.anquanke.com/post/id/239640
https://www.anquanke.com/post/id/238142

from redguard.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.