Make reverse proxy compatible with v2fly (#924)

* Make reverse proxy compatible with v2fly

* Fix gitignore

* Regenerate proto files

- fix v2ray name in loopback

* Fix fly.org in unit tests
This commit is contained in:
yuhan6665 2022-02-04 21:59:50 -05:00 committed by GitHub
parent 42284a757c
commit 41ce6ccf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 47 additions and 24 deletions

View file

@ -14,7 +14,7 @@ import (
)
const (
internalDomain = "reverse.internal.example.com"
internalDomain = "reverse.internal.v2fly.org" // make reverse proxy compatible with v2fly
)
func isDomain(dest net.Destination, domain string) bool {