introducer fixes
This fixes some bugs. There is also a new test that tests introducer. To run it, use:
export INTRODUCER_URL="obfsvpnintro://localhost:9090/?cert=80kYIt2ZhEUPiXVlBrfPK0AO7ElgvnDOJAE7XG7MBNuuefeeJDBkjIOGEAG/6VMaeJkOMQ&fqdn=localhost&kcp=0"
go test ./... -count 1 -v -run TestIntroducerIntegrationGetService
To setup the backend/obfs4server and get your cert=
value, check for the docstring in pkg/bootstrap/integration_test.go
.
(needs to be merged after !23 (merged) has been merged)
Edited by cyberta