curl --resolve
curl -x
curl -L
代理和lb是一样吗
使用ip访问还会有host头部吗
https://blog.csdn.net/yuanbinquan/article/details/75314313
https://blog.csdn.net/zzzzzec/article/details/119917677
https://www.cnblogs.com/itcomputer/p/10278004.html
正则调试网站
ansible
xxx.yml
- hosts: all
tasks:- name: xxx
service: name=zabbix-agent state=restart - name: xxx
shell: mkdir /xxx - name:
copy: src=xxx dest =xxx owner=xxx mode=600
- name: xxx
ansible-playbook xxyml -C/-vv