Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hat jemand schon mal ein WPAD eingesetzt um die Einstellungen auf die einzelnen Hosts zu übertragen ?

Ich benutze den Janaserver als Mail, DNS,HTTP und Proxyserver.

Um nicht alle Einstellungen bei jedem Rechner vornehmen zu müssen , habe ich ein Skript als wpad.dat angelegt und auch dem Ordner wpad in die DNS eingetragen.

Wenn ich von einem anderen Rechner den Namen pinge wird er auch in die IP Adresse aufgelöst.

Aber das Skript kommt nicht rüber in den I-Exlorer.

Die Einstellungen im Internetexlorer stehen auf autom. Proxyeinstellungen suchen.

Wenn ich die Adresse+Port manuell eingebe klappt es. Also der Proxy läuft.

Das Skript ist auch O.K.

Wie kann ich das überprüfen wo der Fehler liegt ??

Hat schon jemand damit mal probiert ??

  • Autor

function FindProxyForURL(url, host)

{

lurl = url.toLowerCase();

if (

(lurl.substring(0, 5) == "http:") ||

(lurl.substring(0, 4) == "ftp:" ) ||

(lurl.substring(0, 6) == "https:")

)

if (

isPlainHostName(host) ||

isInNet(host, "192.168.1.0", "255.255.255.0") ||

(host.substring(0, 4) == "127.")

)

return "DIRECT";

else

return "PROXY 192.168.2.2:3128";

else

return "DIRECT";

}

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.