frp/test/e2e/features/real_ip.go

21 lines
300 B
Go
Raw Normal View History

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
})
})