Coder Social home page Coder Social logo

trojan's Issues

trojan为什么不能与Nginx共存啊

我用的宝塔面板,安装trojan之前就有Nginx了,我就把脚本的相关Nginx的路径都改成自己的了,
trojan服务启动后,Nginx就起不来了,我其他的网站就没法用了,说是443端口占用,
要么是Nginx起来了,trojan就起不来了,说是443端口占用,
还是我的配置错了呢,请教大神

image
image
image

下载软件源失败,退出安装

出错信息:
ERROR: cannot verify rpms.remirepo.net's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
Issued certificate has expired.
To connect to rpms.remirepo.net insecurely, use `--no-check-certificate'.
下载软件源失败,退出安装

能修复一下吗?

iptables 如何设置?

感谢atrandys:
提问:请教下 :trojan 的 iptables 如何 设置 ?最后一个指令 我需要service iptables start 开启

ios 的shadowrocket上怎么用不了

真香,bbr一开又找到了ssr当年的速度感。可是ios用shadowrocket添加该trojan服务器连接不了。再顺便问一下大神有没有办法在openwrt上或者lede上使用trojan

一键脚本

一键脚本,能不能自定义设置密码,而不是随机的。

Dockerfile

大佬能把你构建trojan镜像的Dockerfile分享下么,我看你是把trojan和nginx封装到一起了,想学习一下,感谢。

建议: 伪装站http自动重定向到https

建议增加伪装站http自动重定向到https,更符合现代网站的安全要求。 #24

server {
        listen  127.0.0.1:80;
        server_name  $your_domain;
        root /usr/share/nginx/html;
        index index.php index.html index.htm;
    }

server {
        listen  0.0.0.0:80;
        listen  [::]:80;
        server_name  _;
        return  301 https://$your_domain\$request_uri;
    }

可否在里面套一层kcptun来缓解?

按波仔的手动方式搭了trojan,确实稳.
主要不担心被F.
但最近用网高峰期时掉包掉得历害.在网上看到有说使用kcptun协议来优化.
用trojan + kcptun的方式是否可行?
而且使用kcptun要另起一个端口,连接443端口. 出网就变成了新的端口这样被F的几率会不会变大?
如果可行,波仔啥时能出个教程教教?

An suspicious TCP Connection to IP:172.69.24.50 by trojan

After installation, trojan seems to keep a connetion with 172.69.24.50 on port 443 which accepts proxy data. Event though i restart my VPS, this connection auto builds. That's strange.And sometimes it means a backdoor of trojan.

点击start.bat无反应

将trojan.exe设置为“以管理员方式打开”后可以启动,但会提示

[2019-12-23 21:44:33] [WARN] trojan service (client) started at 127.0.0.1:8082

服务端安装正常

其中8082是我浏览器设置的本地端口

申请证书失败

请问各位大佬,一直显示“申请证书失败”,这是什么情况?
image

证书申请失败了

多次Sleep 10 and retry 后,爆申请错误。
原以为是ip问题,换了个ip还是这样,总不能ip都被封了吧。

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.