This commit is contained in:
wjqserver 2025-03-14 21:40:21 +08:00
parent bfcb1c9901
commit dc286e002c
10 changed files with 128 additions and 32 deletions

View file

@ -54,10 +54,12 @@ type HttpcConfig struct {
[gitclone]
mode = "bypass" # bypass / cache
smartGitAddr = ":8080"
ForceH2C = true
*/
type GitCloneConfig struct {
Mode string `toml:"mode"`
SmartGitAddr string `toml:"smartGitAddr"`
ForceH2C bool `toml:"ForceH2C"`
}
/*