回答編集履歴
1
文字化けを直した
answer
CHANGED
@@ -2,10 +2,11 @@
|
|
2
2
|
|
3
3
|
回答者の皆様丁寧に対応していただきありがとうございました。
|
4
4
|
|
5
|
+
|
6
|
+
```ここに言語を入力
|
5
7
|
squid.conf
|
6
8
|
# Recommended minimum configuration:
|
7
9
|
#
|
8
|
-
|
9
10
|
# Example rule allowing access from your local networks.
|
10
11
|
# Adapt to list your (internal) IP networks from where browsing
|
11
12
|
# should be allowed
|
@@ -93,4 +94,5 @@
|
|
93
94
|
|
94
95
|
blocked_site
|
95
96
|
.youtube.com
|
96
|
-
.facebook.com
|
97
|
+
.facebook.com
|
98
|
+
```
|