wmts-exfiltrator/pkg/proxies.py

5 lines
89 B
Python
Raw Normal View History

2023-11-02 23:35:43 -06:00
PROXIES = {
"http": 'http://172.0.4.7:9000',
"https": 'http://172.0.4.7:9000',
}