Mozilla Firefox tarayıcı proxy(vekil sunucu) bağlantı ayarları kullanımı örneği (Mozilla Firefox browser proxy connection settings usage example)

Edit-> Preferences-> Advanced-> Network-> Connection-> Settings-> Manuer proxy configuration: HTTP proxy:203.201.163.122 Port:8080 SSL Proxy:203.201.163.122 Port:8080 SOCKS Host:203.201.163.122 Port:8080 (SOCKS v5) veya en alttaki ayarları bir .pac dosyası içerisinde URL olarak gösterebilirsiniz. Automatic proxy configuration URL: http://mySite.net/myFile.pac function FindProxyForURL(url, host) { // Proxy Server Variables romanya = “PROXY 203.201.163.122:8080; DIRECT”; var pr = romanya; var pr_no = “DIRECT”; if ( dnsDomainIs(host, “twitter.com”) || dnsDomainIs(host, “t.co”) || dnsDomainIs(host, “youtube.com”) || 1==2 ) { return pr; } else { return pr_no; } }]]>

Leave a Reply

Your email address will not be published. Required fields are marked *