add V6Only (#1677)

* add `V6Only`

* add `V6Only`
This commit is contained in:
xqzr 2023-02-25 00:54:40 +08:00 committed by GitHub
parent 03b8c094de
commit c8b4580869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 43 additions and 23 deletions

View file

@ -100,4 +100,6 @@ message SocketConfig {
string tcp_congestion = 12;
string interface = 13;
bool v6only = 14;
}