mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
update github.com/pires/go-proxyproto to v0.5.0
This commit is contained in:
20
test/e2e/features/real_ip.go
Normal file
20
test/e2e/features/real_ip.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package features
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/test/e2e/framework"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
)
|
||||
|
||||
var _ = Describe("[Feature: Real IP]", func() {
|
||||
f := framework.NewDefaultFramework()
|
||||
|
||||
It("HTTP X-Forwarded-For", func() {
|
||||
// TODO
|
||||
_ = f
|
||||
})
|
||||
|
||||
It("Proxy Protocol", func() {
|
||||
// TODO
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user