我已经设置了
{
"payment_cycle":"Monthly",
"txn_type":"recurring_payment_profile_created",
"last_name":"name of the buyer",
"next_payment_date":"03:00:00 Sep 23, 2015 PDT",
"residence_country":"BR",
"initial_payment_amount":"0.00",
"currency_code":"BRL",
"time_created":"06:56:01 Sep 23, 2015 PDT",
"verify_sign":"a long code",
"period_type":" Regular",
"payer_status":"unverified",
"tax":"0.00",
"payer_email":"an email",
"first_name":"the name",
"receiver_email":"an email",
"payer_id":"a short code",
"product_type":"1",
"shipping":"0.00",
"amount_per_cycle":"25.00",
"profile_status":"Active",
"charset":"windows-1252",
"notify_version":"3.8",
"amount":"25.00",
"outstanding_balance":"0.00",
"recurring_payment_id":"a short code",
"product_name":"Prata",
"ipn_track_id":"a short code",
"controller":"notifications",
"action":"create"
}
在我的127.0.0.1 example.com
文件中,它适用于除chrome之外的所有浏览器。当检查hosts
我执行时,看到 example.com 已解决127.0.0.1,但是等待的时间足够长我得到
来自Chrome的尝试检索网址时遇到以下错误:http://www.example.com/
与93.184.216.34的连接失败。
系统返回:(110)连接超时
错误包含真实IP而非主机文件中的IP。
答案 0 :(得分:0)
事实证明,当您在Chrome中使用VPN扩展程序时,由于某些不可理解的原因会导致所描述的不一致,即Chrome会部分忽略chrome://net-internals/#dns
文件,但不完全。