npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pacproxy-js

v1.5.4

Published

A https proxy server which supports websocket and CDN. 支持websocket和CDN中转的加密代理服务器

Downloads

938

Readme

pacproxy加密代理服务器

English Readme:

  • 普通proxy代理服务器有明显的特征,容易被识别和封锁。pacproxy可伪装成普通网站,难于识别和封锁。
  • 普通代理服务会泄露访问的网站和http内容,pacproxy使用https加密流量,达到安全隐身的效果。
  • pacproxy更安全,比vpn速度快占用资源少,很适合在配置低的设备上运行。
  • pacproxy支持websocket, 可利用各种开启websocket的CDN中转流量,支持cloudflare, cloudfront等。
  • pacproxy可以部署到支持nodejs聊天室的服务容器内,可以在Nginx,Litespeed Web Server内部署,此时就仅支持websocket代理
  • 阻止通过代理访问内网的常见IP段:192.168.xx, 10.xxx等,以及常见内网ipv6地址,方便在家用网络部署。

推荐

推荐用prcproxy安全的访问以下网站:

  • 明慧网:https://www.minghui.org
  • 干净世界:https://www.ganjing.com
  • 神韵作品: https://shenyunzuopin.com
  • 大法经书: https://www.falundafa.org

如何使用

VPS服务器部署

参见 pacproxy服务器

直接部署

设置

可以直接在代码里编辑pacproxy.js里的configsInCode部分,也可以单独保存网站设置文件,参见示例设置

运行

node pacproxy.js [网站配置文件] [监听端口号]

如:node pacproxy.js ./example.site.domain/production.cfg 3129

其中[网站配置文件] [监听端口号] 均为可选参数

后台运行

推荐用pm2:

pm2 start default.config.js

也可以用nohup:

nohup ./pacproxy.js ./example.site.domain/production.cfg &

手机部署

参见 pacproxy迷你服务器