0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

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
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 {