Skip to content

Commit

Permalink
(~)
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdc committed Mar 28, 2024
1 parent d9fdedf commit 18c05be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/ip_check.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import requests

proxy_settings = {
"http": "http://0.0.0.0:33033",
"https": "http://0.0.0.0:33033",
"http": "http://0.0.0.0:33300",
"https": "http://0.0.0.0:33300",
}
unproxied_response = requests.get("http://www.icanhazip.com")
proxied_response = requests.get("http://www.icanhazip.com", proxies=proxy_settings)
Expand Down
1 change: 1 addition & 0 deletions trailhead/scripts/bootstrapper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

echo "http_port $INGRESS_PORT" >> /etc/squid/squid.conf
sudo systemctl restart squid
sleep infinity
1 change: 0 additions & 1 deletion trailhead/squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,6 @@ http_access deny all
#

# Squid normally listens to port 3128
http_port 33033

# TAG: https_port
# Usage: [ip:]port [mode] tls-cert=certificate.pem [options]
Expand Down

0 comments on commit 18c05be

Please sign in to comment.