File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
scripts/coverage/g3proxy/0021_audit_icap Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9292 - name : Install nginx
9393 run : |
9494 sudo apt-get install nginx-light
95- - name : Install and run c-icap
96- run : |
97- sudo apt-get install c-icap
98- sudo systemctl start c-icap
9995 - name : Install netcat-openbsd
10096 run : |
10197 sudo apt-get install netcat-openbsd
@@ -110,6 +106,12 @@ jobs:
110106 sudo curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
111107 sudo cp ${{ github.workspace }}/scripts/coverage/g3proxy/fluent-bit.conf /etc/fluent-bit/fluent-bit.conf
112108 sudo systemctl start fluent-bit
109+ - name : Build and run icapeg
110+ run : |
111+ git clone https://github.com/egirna/icapeg.git
112+ cd icapeg
113+ go build
114+ ./icapeg &
113115 - name : Install dnsmasq
114116 run : |
115117 sudo apt-get install dnsmasq-base
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ test_http_proxy_http_forward
66test_http_proxy_ftp_over_http
77test_http_proxy_https_connect
88test_http_proxy_https_forward
9- # test_http_proxy_h2
9+ test_http_proxy_h2
1010
1111
1212SOCKS5_PROXY=" socks5h://127.0.0.1:1080"
You can’t perform that action at this time.
0 commit comments