Skip to content

Commit

Permalink
[TOOLS] Enable appium and browserstack in proxy
Browse files Browse the repository at this point in the history
allow the passage in the proxy of some domains used for the preparation of the appium image and the connection with browserstack from my environment
  • Loading branch information
uazo committed Jul 31, 2024
1 parent d5e3416 commit 426f48f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/images/squid/squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
acl SSL_ports port 443
acl Safe_ports port 80
acl Safe_ports port 443
acl Safe_ports port 4723 # appium tcp port
acl CONNECT method CONNECT

acl whitelist dstdomain "/etc/squid/whitelist"
Expand Down
8 changes: 8 additions & 0 deletions tools/images/squid/whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ chrome-infra-packages.appspot.com

# for pip
.pypi.org

# for appium
registry.npmjs.org
deb.nodesource.com

# for browserstack
api-cloud.browserstack.com
hub-cloud.browserstack.com

0 comments on commit 426f48f

Please sign in to comment.