实现源站端口跟随功能

This commit is contained in:
GoEdgeLab
2022-06-29 21:55:37 +08:00
parent 99fecb2bfc
commit 140b322e9a
6 changed files with 3150 additions and 3116 deletions

View File

@@ -13,4 +13,5 @@ message Origin {
string description = 5;
repeated string domains = 6;
string host = 7;
bool followPort = 8;
}