Autoproxy

Welcome

About

This is the GitHub Pages site for the hosting our lab autoproxy.

Getting Started

Visit the GitHub repository for more information.

Proxy Configuration

Use the following URL to configure your proxy settings:

https://autoproxy.fs-dnd.org/proxy.pac

MacOS Configuration

1. Open System Settings.
2. Navigate to Wi-Fi.
3. Next to the Connected Wi-fi (near the top), press the "Details..." button.
4. On the left-hand submenu, select Proxies.
5. Turn on "Automatic proxy configuration" (2nd option).
6. Enter the URL of your hosted PAC file into the URL field.
7. Click OK, then Apply.

Windows Configuration

1. Open Settings (Windows key + I).
2. Navigate to Network & Internet.
3. Click on Proxy in the left sidebar.
4. Under "Automatic proxy setup", turn on "Use setup script".
5. Enter the URL of your hosted PAC file into the "Script address" field.
6. Click Save.

Linux Configuration

GNOME:
1. Open Settings → Network.
2. Click the gear icon next to "Network Proxy".
3. Select "Automatic".
4. Enter the PAC URL into the "Configuration URL" field.
5. Close the dialog to apply.

KDE Plasma:
1. Open System Settings → Network → Proxy.
2. Select "Use proxy auto-config URL".
3. Enter the PAC URL.
4. Click Apply.

Chrome / Chromium (per-browser, works on any desktop environment):
1. Edit (create if missing) ~/.config/chrome-flags.conf (or chromium-flags.conf / chrome-beta-flags.conf).
2. Add the line: --proxy-pac-url=https://autoproxy.fs-dnd.org/proxy.pac
3. Fully quit and restart the browser.

Firefox:
1. Open Settings → General → Network Settings → Settings…
2. Select "Automatic proxy configuration URL".
3. Enter the PAC URL.
4. Click OK.