首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何为tor隐藏服务设置私有保护节点?

如何为tor隐藏服务设置私有保护节点?
EN

Stack Overflow用户
提问于 2020-07-15 21:36:42
回答 1查看 454关注 0票数 0

我听说过TOR网络中的某种狙击手攻击,基本上,它允许黑客成为隐藏服务的保护节点,从而发现其真正的IP地址。我读过这样的文章:您可以设置私有保护节点来对抗这种狙击手攻击,允许服务器机器连接到您控制的节点,尽管我似乎找不到一篇描述如何这样做的文章。

是否有人有链接到一篇关于这方面的文章,或者其他人知道如何为tor隐藏服务设置私有保护节点?

EN

回答 1

Stack Overflow用户

发布于 2021-06-07 23:09:10

在您的torrc中,在:EntryNodes, HSLayer2Nodes, HSLayer3Nodes中添加您和朋友的节点和桥

曼托

代码语言:javascript
复制
# A list of identity fingerprints and country codes of nodes to use for the first hop in your normal circuits.
EntryNodes node,node,...
# A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the second hop in all client or service-side Onion Service circuits.
HSLayer2Nodes node,node,...
# A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the third hop in all client and service-side Onion Service circuits.
HSLayer3Nodes node,node,...

HSLayer2 2&3 3Nodes选项由Mike的先锋队洋葱服务插件管理。自述机构最近更新了。

节点列表和先锋,都可以在洋葱服务服务器上使用,也可以在Tor客户端机器上使用。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62924144

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档