zoukankan      html  css  js  c++  java
  • Ubuntu 12.04 安装socks5代理服务器dante-server

    dante-server是一个很好的socks4/5代理服务器软件。

    • 使用apt-get安装

     

     

    • 添加一个用户

     

     

    • 禁止proxyuser用户登录系统(安全考虑)

     

    将proxyuser的shell改成 /bin/false

    • 配置danted.conf

     

    输入以下内容:

     

    • 创建log文件夹

     

     

    • 启动dante-server

     

     

    • 查看是否监听成功:

     

    现在你就可以使用socks5了

  • 相关阅读:
    生成器,迭代器
    [LeetCode] Minimum Depth of Binary Tree
    [LeetCode] Sum Root to Leaf Numbers
    [LeetCode]Sort Colors
    [LeetCode] Remove Nth Node From End of List
    [LeetCode] Palindrome Number
    [LeetCode] Container With Most Water
    [LeetCode] Pascal's Triangle II
    [LeetCode] Path Sum
    [LeetCode] Search a 2D Matrix
  • 原文地址:https://www.cnblogs.com/hjbf/p/10154373.html
Copyright © 2011-2022 走看看