basic proxy ip detection test tool
This commit is contained in:
commit
d3cff15545
15 changed files with 1075 additions and 0 deletions
9
k8s-secret.yaml
Normal file
9
k8s-secret.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: proxy-detection-secret
|
||||
type: Opaque
|
||||
data:
|
||||
# Base64 encoded API key (replace with your actual base64 encoded API key)
|
||||
# To encode: echo -n "your-api-key" | base64
|
||||
api-key: YmQ0MDZiZjUzZGRjNmFiZTFkOWRlNTkwNzgzMGE5NTU=
|
||||
Loading…
Add table
Add a link
Reference in a new issue