diff options
| -rw-r--r-- | obfs4proxy/obfs4proxy.go | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 6673713..cad1cdd 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -47,6 +47,9 @@ import (  	"github.com/OperatorFoundation/obfs4/modes/pt_socks5"  	"github.com/OperatorFoundation/obfs4/modes/transparent_tcp"  	"github.com/OperatorFoundation/obfs4/modes/transparent_udp" + +	_ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_socks4" +	_ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_http"  )  const ( | 
