wmts-exfiltrator/pkg/proxies.py

5 lines
89 B
Python

PROXIES = {
"http": 'http://172.0.4.7:9000',
"https": 'http://172.0.4.7:9000',
}