Commit 39406160 authored by Mygod's avatar Mygod

Update documentations

parent f6d3d095
......@@ -143,8 +143,6 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
cmd += Acl.getFile(route).absolutePath
}
// if (DataStore.tcpFastOpen) cmd += "--fast-open"
service.data.processes!!.start(cmd)
}
......
......@@ -50,8 +50,7 @@ In addition to functionalities of a normal plugin, it has to support these addit
* `-V`: VPN mode. In this case, the plugin should pass all file descriptors that needs protecting
from VPN connections (i.e. its traffic will not be forwarded through the VPN) through an
ancillary message to `./protect_path`;
* `--fast-open`: TCP fast open enabled.
ancillary message to `./protect_path`.
### Implement a binary provider
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment