Projects STRLCPY tun2socks Commits 3cbbf306
🤬
  • ■ ■ ■ ■
    transport/socks5/socks5.go
    skipped 71 lines
    72 72   case 0x08:
    73 73   return "address type not supported"
    74 74   default:
    75  - return fmt.Sprintf("unassigned <%#02x>", r)
     75 + return fmt.Sprintf("unassigned <%#02x>", uint8(r))
    76 76   }
    77 77  }
    78 78   
    skipped 316 lines
Please wait...
Page is in error, reload to recover