Compare commits
No commits in common. "423f28ea53408d9b55bbf053aabf28da7eefc0e0" and "daa602495cdb1505808aab88d59d579468c066a6" have entirely different histories.
423f28ea53
...
daa602495c
|
@ -1,4 +1,4 @@
|
|||
http_proxy: http://proxy.pyrocufflink.blue:3128
|
||||
https_proxy: '{{ http_proxy }}'
|
||||
all_proxy: '{{ http_proxy }}'
|
||||
no_proxy: localhost,pyrocufflink.blue,logs.pyrocufflink.blue,*.pyrocufflink.blue,127.0.0.1,172.30.0.*,172.30.0.0/24
|
||||
no_proxy: localhost,pyrocufflink.blue,*.pyrocufflink.blue,127.0.0.1,172.30.0.*,172.30.0.0/24
|
||||
|
|
|
@ -6,15 +6,6 @@ blackbox_modules:
|
|||
Accept-Charset: utf-8
|
||||
Accept-Language: en-US
|
||||
method: GET
|
||||
follow_redirects: false
|
||||
valid_status_codes:
|
||||
- 200
|
||||
- 301
|
||||
- 302
|
||||
- 303
|
||||
- 304
|
||||
- 307
|
||||
- 308
|
||||
prober: http
|
||||
timeout: 5s
|
||||
|
||||
|
|
Loading…
Reference in New Issue