Skip to content

Latest commit

 

History

History
 
 

v2ray-sn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project V for SagerNet for Netch

This is not a joke.
Modified from SagerNet/v2ray-core.

Extends all features of SagerNet/v2ray-core

Changes

  • embed ShadowsocksR plugin for shadowsocks
{
  "outbounds": [
    {
      "protocol": "shadowsocks",
      "settings": {
        ...
        "plugin": "shadowsocksr",
        "pluginArgs": [
          "--obfs=<OBFS_TYPE>",
          "--obfs-param=<OBFS_PARAMETERS>",
          "--protocol=<PROTOCOL_TYPE>",
          "--protocol-param=<PROTOCOL_PARAMETERS>"
        ]
      }
    }
  ]
}
  • embed simple-obfs plugin for shadowsocks
{
  "outbounds": [
    {
      "protocol": "shadowsocks",
      "settings": {
        ...
        "plugin": "obfs-local",
        "pluginOpts": "<SIMPLE_OBFS_OPTIONS>"
      }
    }
  ]
}
  • Re-enable ReadV

License

GPL v3

Credits

This repo relies on the following projects: