mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
Add wireguard outbound and test
This commit is contained in:
parent
ca94a2ddcb
commit
d6a0aa7ccf
20 changed files with 724 additions and 55 deletions
|
@ -28,6 +28,7 @@ type DockerOptions struct {
|
|||
Env []string
|
||||
Bind map[string]string
|
||||
Stdin []byte
|
||||
Cap []string
|
||||
}
|
||||
|
||||
func startDockerContainer(t *testing.T, options DockerOptions) {
|
||||
|
@ -56,6 +57,7 @@ func startDockerContainer(t *testing.T, options DockerOptions) {
|
|||
if !C.IsDarwin {
|
||||
hostOptions.NetworkMode = "host"
|
||||
}
|
||||
hostOptions.CapAdd = options.Cap
|
||||
hostOptions.PortBindings = make(nat.PortMap)
|
||||
|
||||
for _, port := range options.Ports {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue