Skip to content

Commit 59e6569

Browse files
committed
fix: issue
1 parent 34d1293 commit 59e6569

File tree

2 files changed

+97
-42
lines changed

2 files changed

+97
-42
lines changed

proxy/freedom/config.pb.go

Lines changed: 92 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proxy/freedom/config.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ message Fragment {
2222
uint64 interval_max = 6;
2323
uint64 max_split_min = 7;
2424
uint64 max_split_max = 8;
25+
bool fake_host = 9;
26+
string host1_header = 10;
27+
string host1_domain = 11;
28+
string host2_header = 12;
29+
string host2_domain = 13;
2530
}
2631
message Noise {
2732
uint64 length_min = 1;

0 commit comments

Comments
 (0)