diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 15:24:09 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 15:37:44 +0300 |
| commit | 5d007435ab88e019b313f89b7baed3be6c96a295 (patch) | |
| tree | f3cd42b7a90158d5c9415754a20bd16f684cd581 /sub | |
| parent | 9c05aa514b2738310352ebb9dcb6fb98cad50d76 (diff) | |
some changes
undo secret key gen for wireguard
Diffstat (limited to 'sub')
| -rw-r--r-- | sub/subJsonService.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sub/subJsonService.go b/sub/subJsonService.go index 7b072b95..742c403c 100644 --- a/sub/subJsonService.go +++ b/sub/subJsonService.go @@ -223,8 +223,6 @@ func (s *SubJsonService) streamData(stream string) map[string]interface{} { streamSettings["wsSettings"] = s.removeAcceptProxy(streamSettings["wsSettings"]) case "httpupgrade": streamSettings["httpupgradeSettings"] = s.removeAcceptProxy(streamSettings["httpupgradeSettings"]) - case "splithttp": - streamSettings["splithttpSettings"] = s.removeAcceptProxy(streamSettings["splithttpSettings"]) } return streamSettings } |
