Skip to content

Commit

Permalink
update readme and test apple chip
Browse files Browse the repository at this point in the history
  • Loading branch information
abedinia committed Dec 29, 2023
1 parent fac5d5e commit acb1a38
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,27 @@ This example will execute curl ifconfig.me using the proxy at 127.0.0.1:2080.
- clean: Cleans up the compiled binaries.

## Contact
For any questions or feedback regarding NetExecGo, please open an issue in the project's GitHub repository.
For any questions or feedback regarding NetExecGo, please open an issue in the project's GitHub repository.


## Download and use

To install, download the latest release from the releases page. Move the executable file (netexecgo) to your bin directory and add it to your profile.

```
sudo chmod +x ./netexecgo
```

On macOS, you'll need to allow the security check.

```
sudo spctl --add --label "netexecgo" --type execute netexecgo
```

Once installed, you can run netexecgo with the following command:

```
netexecgo localhost:2080 curl ifconfig.me
```

This will execute the curl command to fetch the IP address on the specified port.

0 comments on commit acb1a38

Please sign in to comment.