Back to manual list
Make sure Stellar is running on your system. If you have any questions, please refer to
  • WindowsSystem Setup
  • UbuntuSystem Setup
  • MacSystem Setup
  • Linux CliSystem Setup
  • Mac Terminal

    Open Stellar and click Copy Shell Command in settings

    export http_proxy=http://127.0.0.1:8668
    export https_proxy=http://127.0.0.1:8668

    Open your favorite terminal software (iTerm, terminal)
    Paste and run the commands

    Run following commands in terminal to check if proxy works

    curl https://google.com
    Back to manual list