質問編集履歴
2
補足説明
title
CHANGED
File without changes
|
body
CHANGED
@@ -52,4 +52,12 @@
|
|
52
52
|
Release: 20.04
|
53
53
|
Codename: focal
|
54
54
|
|
55
|
+
```
|
56
|
+
|
57
|
+
##### 補足
|
58
|
+
以下のようにcurl時にプロキシを設定してあげると動いたのでやはりプロキシが通っていないのが問題みたいです。。。
|
59
|
+
```sh
|
60
|
+
~$ curl http://www.google.com -x http://<IP address>:<port>
|
61
|
+
<!doctype html><html itemscope=""...
|
62
|
+
|
55
63
|
```
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,6 +18,8 @@
|
|
18
18
|
Content : <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="ja"><head><meta content="世界中のあらゆる情報を検索するためのツールを提供しています。さまざまな検索機能を活用して、お探しの情報を見
|
19
19
|
つけてください。" name="description"><meta content="n...
|
20
20
|
RawContent : HTTP/1.1 200 OK
|
21
|
+
...
|
22
|
+
..
|
21
23
|
```
|
22
24
|
|
23
25
|
プロキシ設定は~/.bashrcに記述してあります。
|