Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Windows
- 로그인불가
- centos 8
- miniconda
- proxycfg
- x-pack
- Elasticsearch
- ELASTIC
- ssh key 배포
- Kibana
- Proxy
- ansible
- elastic stack
- application security
- xe guest utilities
- macos
- GitLab
- 한글가이드
- XCP-ng
- docker
- endpoint security
- Kibana server is not ready yet
- bash
- hardening
- freebsd
- 보안양파
- pfsense
- G-suite
- PlayBook
Archives
- Today
- Total
선 밖에 선 자유인
윈도 10 proxy 설정 (command) 본문
- 관리자 권한으로 cmd 실행
cmd> netsh winhttp set proxy proxy-server="http=<proxy server ip>:3128;https=<proxy server ip>:3128" bypass-list="localhost;<proxy 설정 제외할 IP>"
- proxy 설정 제거
cmd> netsh winhttp reset proxy
- ansible playbook
- name: Windows Proxy 설정
community.windows.win_http_proxy:
proxy: http=<proxy server>:<port>;https=<proxy server>:<port>
bypass: locahost;server1,server2,<local>
Comments