|
|
@@ -8,7 +8,7 @@ exports[`SockoptStreamSettingsSchema fixtures > parses defaults byte-stably 1`]
|
|
|
"customSockopt": [],
|
|
|
"dialerProxy": "",
|
|
|
"domainStrategy": "AsIs",
|
|
|
- "interfaceName": "",
|
|
|
+ "interface": "",
|
|
|
"mark": 0,
|
|
|
"penetrate": false,
|
|
|
"tcpFastOpen": false,
|
|
|
@@ -32,7 +32,7 @@ exports[`SockoptStreamSettingsSchema fixtures > parses full byte-stably 1`] = `
|
|
|
"customSockopt": [],
|
|
|
"dialerProxy": "out-proxy-tag",
|
|
|
"domainStrategy": "UseIP",
|
|
|
- "interfaceName": "eth0",
|
|
|
+ "interface": "eth0",
|
|
|
"mark": 100,
|
|
|
"penetrate": false,
|
|
|
"tcpFastOpen": true,
|
|
|
@@ -59,7 +59,7 @@ exports[`SockoptStreamSettingsSchema fixtures > parses tcp-tuning byte-stably 1`
|
|
|
"customSockopt": [],
|
|
|
"dialerProxy": "",
|
|
|
"domainStrategy": "AsIs",
|
|
|
- "interfaceName": "",
|
|
|
+ "interface": "",
|
|
|
"mark": 0,
|
|
|
"penetrate": false,
|
|
|
"tcpFastOpen": true,
|
|
|
@@ -83,7 +83,7 @@ exports[`SockoptStreamSettingsSchema fixtures > parses tproxy byte-stably 1`] =
|
|
|
"customSockopt": [],
|
|
|
"dialerProxy": "",
|
|
|
"domainStrategy": "ForceIPv4",
|
|
|
- "interfaceName": "",
|
|
|
+ "interface": "",
|
|
|
"mark": 255,
|
|
|
"penetrate": true,
|
|
|
"tcpFastOpen": false,
|