imgk / caddy-trojan

Caddy module for trojan proxy
GNU General Public License v3.0
204 stars 46 forks source link

过期的配置参数 #33

Closed arenekosreal closed 2 years ago

arenekosreal commented 2 years ago

在 caddy 2.6.1 中 protocol 设置已经是不鼓励使用了,并且 experimental_http3 已经被移除,成为未知选项了。 README 中的示例配置中的

protocol {
        allow_h2c
        experimental_http3
}

在 caddy 2.6.1 下应该可以被替换成 protocols h1 h2 h2c h3