Parcourir la source

Add definition for transport layer chained proxy

Shelikhoo il y a 4 ans
Parent
commit
aaa55fc9d2
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      transport/internet/config.proto

+ 5 - 1
transport/internet/config.proto

@@ -47,7 +47,11 @@ message StreamConfig {
   SocketConfig socket_settings = 6;
 }
 
-message ProxyConfig { string tag = 1; }
+message ProxyConfig {
+  string tag = 1;
+
+  bool transportLayerProxy = 2;
+}
 
 // SocketConfig is options to be applied on network sockets.
 message SocketConfig {