https://myaccount.google.com/google-account-email
改地址指的是改Gmail邮箱前缀,比如将你以前设置的 woshidashuaibi@gmail[.]com 改成 wsdsb@gmail[.]com
修改之后原来的名称还能继续收Gmail邮件,也就是新旧都能用。
''
Skip to main content
example.com {
encode gzip
header Access-Control-Allow-Origin *
reverse_proxy https://server.domain {
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
header_up Host {upstream_hostport}
}
}