嘟嘟社区

gost作为ss服务端时加密方式选择--怎么选择不加密


  1. gost -L ss://none:[email protected]:12345
  2. gost -L ss://plain:[email protected]:12345
  3. gost -L ss://table:[email protected]

复制代码

以上三种写法都提示不支持的加密方式

我看到gost的wiki上写着它对于ss的支持是基于go版的,去go版的项目页查看,其支持的加密方式为

  1. method          encryption method, null by default (table), the following methods are supported:
  2.                     aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb, rc4-md5, rc4-md5-6, chacha20, salsa20, rc4, table

复制代码

但我尝试使table或者rc4都是不行的,请问这是怎么回事?

如果我不需要加密应该怎么写这行命令呢?