Junyangz's docs
  • Introduction
  • Ops
    • Linux-tips
    • MySQL-5.7.20
    • Upgrading MySQL
    • Upgrade OpenSSH to 7.7p1 in CentOS 6
    • Linux PERSISTENT NAMING
    • Use Kafka with Flume - CRS2
    • Setup Chroot SFTP in CentOS
    • Setup software RAID-5 in CentOS
    • SSH-port-forwarding
    • Elasticsearch In Production
    • ELK-simple-tutorial
    • Ansible Playbooks for Apache Kafka in production
    • GitHub Actions depoly Hexo
    • Test HTTP3/QUIC docker
    • Docker tutorial
    • SFTP-auth-pubkey
    • Linux Process Substitution
  • Note
    • Interview
      • interview-prepare
      • 2020-campus-recruiting
    • Android Tips
    • MacOS tips
    • Secret knowledge
    • GPG-Note
    • ud185
    • ud185-2
    • Introducing Tensorflow Federated
    • Tensorflow Federated
    • Expert Python Programing
    • What happens when zh_CN
    • TILGC
    • VScode keyboard shortcuts
    • Abseil Python
    • Latex Note
    • Git Cheatsheet
    • Study Smarter Not Harder
    • Machine Learning Interviews
    • 深度学习中的优化
    • Beej's Guide to Network Programming Note
      • ch4
      • ch5
      • ch6
      • ch7
  • [Share]
    • What to do after what to do
    • Truman is everywhere
    • Way2outer
    • 未来十五年
  • Quote
Powered by GitBook
On this page
  • 服务搭建
  • 使用手册
  • 浏览器使用
  • Chrome浏览器
  • Firefox

Was this helpful?

  1. [Share]

Way2outer

PreviousTruman is everywhereNext未来十五年

Last updated 2 years ago

Was this helpful?

Update AT 2022-10-25

服务搭建

这部分略过, 如有需求请邮件联系i#junyangz.com(将#换成@)

使用手册

  1. 下载最新v2ray客户端() 根据系统下载对应版本。如果是Windows点击下载, 备份, 密码为当前页面标题

  2. 解压下载的压缩包至特定位置

  3. 下载我提供的配置文件到解压后的目录下(P.S.右键另存为,选择覆盖默认的config.json文件)

  4. 点击wv2ray.exe(后台运行)或者v2ray.exe(前台运行)启动, 使用wv2ray.exe启动后请在任务管理器里结束任务退出。

其他的一些图形化工具:

  1. Clash 备份, 密码为当前页面标题

  2. v2rayN

Clash配置文件导入:Profiles -> Download from a URL: aHR0cHM6Ly9hc3NldC5qdW55YW5nei5jb20vcC9wdWJsaWMueW1s (BASE64 DECODE)

浏览器使用

Chrome浏览器

方法一:

让Chrome使用Socks5代理 常规设置下,貌似Chrome只能采用和IE一样的代理设置.其实也是可以支持socks5代理的.随意创建一枚Chrome的快捷方式,右键点击,打开”属性”,在”目标”后加上 --proxy-server="SOCKS5://127.0.0.1:1080" 注意最前面要有一个空格,1080则是socks5代理端口。修改完以后,如果有Chrome的实例在运行,务必保证所有实例退出以后双击此快捷方式方能生效

Firefox

点菜单 -> 选项 -> 高级 -> 设置 -> 手动代理设置,在 SOCKS Host 填上 127.0.0.1,后面的 Port 填 1080,再勾上使用 SOCKS v5 时代理 DNS (这个勾选项在旧的版本里叫做远程 DNS)

如果使用的是其它的浏览器,请自行在网上搜一下怎么设置 SOCKS 代理。

方法二: 下载这个插件拖到Chrome安装(下方的 CRX 安装包可用于 Chromium. 关于下载后如何安装,您可以谷歌一下,或者看看怎么说。) 后面按照教程添加代理服务器(协议Protocol: socks5, 地址Server: 127.0.0.1 端口Port: 1080) 即可。

https://github.com/v2ray/v2ray-core/releases
链接
下载地址
config.json
https://github.com/Fndroid/clash_for_windows_pkg/releases
下载地址
https://github.com/2dust/v2rayN/releases
这里
https://github.com/FelisCatus/SwitchyOmega/releases/download/v2.5.20/SwitchyOmega_Chromium.crx
常见问题