Play Raspberry Pi(5)Proxy
First of all, Find a proxy Server
> wget http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.15.tar.gz
configure, make and make install.
This going to work:
function FindProxyForURL(url, host)
{
if (dnsDomainIs(host, ".gstatic.com") ||
(host == "gstatic.com") ||
dnsDomainIs(host, ".wrike.com") ||
(host == "wrike.com") ||
dnsDomainIs(host, ".googleusercontent.com") ||
(host == "googleusercontent.com") ||
dnsDomainIs(host, ".test.com") ||
(host == "test.com"))
{
return 'PROXY sillycat.xxx.com:3280';
}else{
return 'DIRECT';
}
}
References:
http://www.squid-cache.org/Versions/v3/3.5/
http://sillycat.iteye.com/blog/2169096
https://www.websense.com/content/support/library/web/v76/pac_file_best_practices/PAC_file_sample.aspx
http://zqscm.qiniucdn.com/data/20071028213637/index.html
分享到:
相关推荐
Raspberry Pi Zero Cookbook by Edward Snajder English | 24 Mar. 2017 | ASIN: B01E7GP8GS | 422 Pages | AZW3 | 14.97 MB Key Features Deep dive into the components of the small yet powerful Raspberry Pi...
介绍Raspberry Pi 4的用户手册,值得一读。 In our opinion, you will certainly adore the Raspberry Pi 4. Ultra-small, affordable, even cheaper than most video games, you can use the Pi to build ...
《Wiley Learning Python with Raspberry Pi 2014》是一本专为初学者设计的教程,旨在引导读者通过树莓派这一小型计算机平台学习Python编程。这本书由2014年出版,当时Python已是编程界的热门语言,而树莓派因其低...
《Raspberry Pi快速入门指南》是一本面向初学者的实用手册,由Maik Schmidt撰写,国内译者王峰、王江伟、王汝波共同翻译。该书为读者详细介绍了Raspberry Pi这一款迷你Linux计算机的使用方法,并指导用户如何通过...
By customizing and utilising LED-based modules into the Raspberry Pi board, exciting projects can be obtained. A countdown timer, a digital clock, a traffic light controller, and a remote light ...
The world of Raspberry Pi is evolving quickly, with many new interface boards and software libraries becoming available all the time. In this cookbook, prolific hacker and author Simon Monk provides ...
Raspberry Pi Zero is half the size of Raspberry Pi A, only with twice the utility. At just three centimeters wide, it packs in every utility required for full-fledged computing tasks. This practical ...
CHAPTER 1: INTRODUCTION TO RASPBERRY PI THE EVOLUTION OF RASPBERRY PI 2 THE UNIQUE FEATURES: MODEL A MODEL A+ MODEL B MODEL B+ SHOULD YOU BUY THE LATEST RASPBERRY PI 2, IF YOU HAVE PREVIOUS MODELS? ...
在Linux世界中,Raspberry Pi是一款非常受欢迎的微型计算机,常用于各种DIY项目和教育用途。Chromium OS,作为Google Chrome OS的基础源代码,是一个轻量级的操作系统,主要设计用于快速启动和运行网络应用。本文将...
### Raspberry Pi 用户指南知识点概述 #### 一、Raspberry Pi简介 Raspberry Pi是一款小巧而功能强大的单板计算机,自2012年推出以来,因其价格低廉、配置灵活、应用广泛等特点,受到了全球电子爱好者、教育工作者...
Revolutionize the way you automate your home by combining the power of the Raspberry Pi and Arduino Build simple yet awesome home automated projects using an Arduino and the Raspberry Pi Learn how to ...
Explore Raspberry Pi 2's hardware through the Assembly, C/C++, and Python programming languages Experiment with connecting electronics up to your Raspberry Pi 2 and interacting with them through ...
本次提供的压缩包“pi-bootloader”包含了Raspberry Pi 3B+的重要组成部分——GPU固件和引导加载程序(bootloader)的更新文件。这些文件对于理解和优化Raspberry Pi的启动过程以及系统性能至关重要。 首先,我们要...
《Raspberry Pi 用户指南》由 Gareth Halfacree 编写,是 Raspberry Pi 开发者和爱好者的宝贵资源。本文将深入解析此书的关键知识点,帮助读者更好地理解和掌握 Raspberry Pi 的功能与应用。 ### 一、Raspberry Pi ...
### Raspberry Pi Robotic Projects #### 书名:Raspberry Pi Robotic Projects #### 描述:本书专注于使用低成本的Raspberry Pi开发板来创建各种机器人项目。 #### 标签:Raspberry Pi #### 部分内容摘要:本书...