Skip to content

Commit 678eda5

Browse files
committed
chore: reorder example configuration files after marketplace removal
- Rename example configs to maintain sequential numbering (10, 20, 30) - Update README to reflect new file numbering - Keep testing config as 00 since it's a special case
1 parent 78e4338 commit 678eda5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docker/ssrf_proxy/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kind: ConfigMap
3838
metadata:
3939
name: squid-custom-config
4040
data:
41-
30-allow-external-domains.conf: |
41+
20-allow-external-domains.conf: |
4242
acl allowed_external dstdomain .example.com
4343
http_access allow allowed_external
4444
---
@@ -63,9 +63,9 @@ spec:
6363
The `conf.d.example/` directory contains example configurations:
6464

6565
- **00-testing-environment.conf.example**: Configuration for CI/testing environments (NOT for production)
66-
- **20-allow-internal-services.conf.example**: Allow internal services (use with caution!)
67-
- **30-allow-external-domains.conf.example**: Allow specific external domains
68-
- **40-allow-additional-ports.conf.example**: Allow additional ports
66+
- **10-allow-internal-services.conf.example**: Allow internal services (use with caution!)
67+
- **20-allow-external-domains.conf.example**: Allow specific external domains
68+
- **30-allow-additional-ports.conf.example**: Allow additional ports
6969

7070
## Security Considerations
7171

@@ -108,8 +108,8 @@ docker/ssrf_proxy/
108108
├── docker-entrypoint.sh # Container entrypoint script
109109
├── conf.d.example/ # Example override configurations
110110
│ ├── 00-testing-environment.conf.example
111-
│ ├── 20-allow-internal-services.conf.example
112-
│ ├── 30-allow-external-domains.conf.example
113-
│ └── 40-allow-additional-ports.conf.example
111+
│ ├── 10-allow-internal-services.conf.example
112+
│ ├── 20-allow-external-domains.conf.example
113+
│ └── 30-allow-additional-ports.conf.example
114114
└── README.md # This file
115115
```
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)