zoukankan      html  css  js  c++  java
  • 对不可描述的软件安装sfbo插件

    0

    后来...突然有一天,我就需要sfbo了。

    1 安装

    yum search ”不可描述插件“是空的,只能用源码安装。
    官方信息可以链接到这里,obfs
    ss的git链接:https://github.com/shadowsocks/shadowsocks-libev

    1.1 编译安装

    git clone https://github.com//”不可描述软件“/simple-sfbo.git
    cd simple-”不可描述插件“
    git submodule update --init --recursive
    yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto libev-devel
    ./autogen.sh
    ./configure
    make
    make install
    

    安装完成

    [root@host simple-sfbo]# find /usr/local/
    /usr/local/bin/sfbo-server
    /usr/local/bin/sfbo-local
    /usr/local/share/man/man1/sfbo-server.1
    /usr/local/share/man/man1/sfbo-local.1
    /usr/local/share/doc/simple-”不可描述插件“/sfbo-local.html
    /usr/local/share/doc/simple-”不可描述插件“/sfbo-server.html
    

    2 配置

    2.1 server端配置

    在配置文件中增加如下两行配置即可。

        "plugin":"sfbo-server",
        "plugin-opts":"sfbo=http“
    }
    

    使用systemd启动

    systemctl start ”不可描述软件“-libev-server@tong
    

    2.2 client端配置

    在配置文件中增加如下行:

        "plugin":"sfbo-local",
        "plugin-opts":"sfbo=http;sfbo-host=www.sina.com"
    
    

    3. 效果

    首先,网还可以正常上。

    然后分别抓了http和tls的包。即没看见http头也没看见tls头。不知道搞什么。

  • 相关阅读:
    多线程
    带缓存的字符输入输出流
    输入输出流(I/O)
    课本235页2-3题
    包装&工具类
    集合类SetMap
    tp框架之增删改查
    tp框架之数据添加
    tp框架之查询
    tp框架之Model类与命名空间
  • 原文地址:https://www.cnblogs.com/hugetong/p/10248965.html
Copyright © 2011-2022 走看看