Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for workstation (0.14 sec)

  1. internal/handlers/proxy_test.go

    		{forwarded, `for=192.0.2.43, for=198.51.100.17`, "192.0.2.43"},                // Multiple params
    		{forwarded, `for="workstation.local",for=198.51.100.17`, "workstation.local"}, // Hostname
    	}
    
    	for _, v := range headers {
    		req := &http.Request{
    			Header: http.Header{
    				v.key: []string{v.val},
    			},
    		}
    		res := GetSourceIP(req)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Dec 22 00:56:55 GMT 2023
    - 3.2K bytes
    - Viewed (0)
Back to top