wmts-exfiltrator/pkg/proxies.py

7 lines
115 B
Python

# Set your proxies here.
PROXIES = {
"http": 'http://172.0.4.7:9000',
"https": 'http://172.0.4.7:9000',
}