Home - kunkka2/get-socks-change-file GitHub Wiki

Welcome to the get-socks-change-file wiki!

First thing First

  • test socks proxy work fun
    • not native support
    • compile from source which writen in go. make env ALL_PROXY schema 'socks5' works fun.
      • compile ok
      • config PassSocks ok
      • restart connect ok

Step A

stateDiagram
    state "tokio,future,yaml,reqwest" as adddep
    [*] --> Create
    Create--> adddep
    adddep --> main_code
    adddep --> test_code
    main_code --> github_action
    test_code --> github_action
    github_action--> [*]

Step B