Java中的免费/开源代理服务器,支持IPv6/https/用户管理 [英] free/open source proxy server in java with support for IPv6/https/user management

查看:242
本文介绍了Java中的免费/开源代理服务器,支持IPv6/https/用户管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找Java中易于配置的代理服务器,该服务器是免费的或开源的,并具有以下功能-

I am looking for a easy-to-configure Proxy server in Java, that is either free or opensource, and has the following features--

  1. 对IPv6的支持.
  2. 对HTTPS的支持
  3. 必须允许通过命令行添加/编辑/删除允许访问代理服务器的用户,并且如果还可以通过Web表单来完成,那将是很好的选择.

此外,与我的查询相关,我找到了一个名为Muffin(http://muffin.doit.org/)的脚本,但是它已经很旧了……向它添加IPv6支持会花费很多时间(我不知道要使Muffin支持IPv6到底需要做些什么)-Muffin的最后发布日期是2000年的某个时候!

Also, in connection with my query, I found one script named Muffin(http://muffin.doit.org/), but it is quite old...Will it take a lot of time to add IPv6 support to it?(I dont know what exactly has to be done to enable Muffin to support IPv6)- the last release date of Muffin is sometime in 2000!

推荐答案

Jetty 是一种解决方案.它们具有代理servlet ,并且应支持IPv6

Jetty is one solution. They have a proxy servlet and should support IPv6 and SSL.

必须允许通过命令行添加/编辑/删除允许访问代理服务器的用户,如果也可以通过非常有用的Web表单来完成此操作.

Addition/editing/deletion of users permitted to access the proxy server- through command line is a must, and if this can also be done through web forms that would be great.

您必须自己编程.以下是有关 Jetty的用户名/密码内容的一些文档. Jetty有一个密码类,可为领域文件生成身份验证行你自己.您可以轻松地为其编写脚本.

This you would have to program yourself. Here's some docs about username/password stuff for Jetty. Jetty has a password class which generates the auth lines for the realm file yourself. You could easily write a script for it.

这篇关于Java中的免费/开源代理服务器,支持IPv6/https/用户管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆