You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
414 B

2 years ago
run:
go run src/main.go -p 5053 -d "127.0.0.1:5059"
test-ip:
go run src/main.go -p 5053 -d "127.0.0.1:5059,localhost:5059"
test-port:
go run src/main.go -p 5053 -d "127.0.0.1:5059,127.0.0.1:as"
test-port-max:
go run src/main.go -p 5053 -d "127.0.0.1:5059,127.0.0.1:65537"
test-port-endpoint:
go run src/main.go -p 5053 -d "127.0.0.1:9001/bid_request"
build:
go build -o bin/simple-choose-ad src/main.go