mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Remove travis ci, update readme badge
This commit is contained in:
parent
c7181350f5
commit
564bb6ac03
16
.travis.yml
16
.travis.yml
@ -1,16 +0,0 @@
|
||||
# Enable C support
|
||||
language: c
|
||||
|
||||
# OS selection
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
# Compiler selection
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
# Build steps
|
||||
script:
|
||||
- ./configure
|
||||
- make
|
||||
@ -1,6 +1,9 @@
|
||||
= ProxyChains ver. 4.3.0 README
|
||||
:uri-build-status: https://github.com/haad/proxychains/actions/workflows/buildci.yml/badge.svg
|
||||
|
||||
|
||||
image:{img-build-status}[Build Status Badge,link={uri-build-status}]
|
||||
|
||||
image:https://travis-ci.org/haad/proxychains.svg?branch=master["Build Status", link="https://travis-ci.org/haad/proxychains"]
|
||||
|
||||
ProxyChains is a UNIX program, that hooks network-related libc functions
|
||||
in dynamically linked programs via a preloaded DLL and redirects the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user