3proxy | 3proxy - tiny free proxy server | Proxy library

 by   z3APA3A C Version: 0.9.3 License: Non-SPDX

kandi X-RAY | 3proxy Summary

kandi X-RAY | 3proxy Summary

3proxy is a C library typically used in Networking, Proxy applications. 3proxy has no bugs, it has no vulnerabilities and it has medium support. However 3proxy has a Non-SPDX License. You can download it from GitHub.

(c) 2002-2020 by Vladimir '3APA3A' Dubrovin 3proxy@3proxy.ru. Branches: Master (stable) branch - 3proxy 0.9 Devel branch - 3proxy 10. Download: Binaries for released (master) versions (Windows, Linux): Binaries for devel version (Windows, Linux): Docker images: Archive of old versions: To build in Linux install git and build-essential packages, use. git clone cd 3proxy ln -s Makefile.Linux Makefile make sudo make install. Default configuration (for Linux/Unix): 3proxy uses 2 configuration files: /etc/3proxy/3proxy.cfg (before-chroot). This configuration file is executed before chroot and should not be modified. /usr/local/3proxy/conf/3proxy.cfg symlinked from /etc/3proxy/conf/3proxy.cfg (after-chroot) is a main configuration file. Modify this file, if required. All paths in /usr/local/3proxy/conf/3proxy.cfg are relative to chroot directory (/usr/local/3proxy). For future versions it's planned to move 3proxy chroot direcory to /var. Log files are created in /usr/local/3proxy/logs symlinked from /var/log/3proxy. By default, socks is started on 0.0.0.0:1080 and proxy on 0.0.0.0:3128 with basic auth, no users are added by default. use /etc/3proxy/conf/add3proxyuser.sh script to add users. usage: /etc/3proxy/conf/add3proxyuser.sh username password [day_limit] [bandwidth] day_limit - traffic limit in MB per day bandwidth - bandwith in bits per second 1048576 = 1Mbps. or modify /etc/3proxy/conf/ files directly. Please read doc/html/index.html and man pages. 3proxy Combined proxy server may be used as executable or service (supports installation and removal). It uses config file to read it's configuration (see 3proxy.cfg.sample for details). 3proxy.exe is all-in-one, it doesn't require all others .exe to work. See 3proxy.cfg.sample for examples, see man 3proxy.cfg. proxy HTTP proxy server, binds to port 3128 ftppr FTP proxy server, binds to port 21 socks SOCKS 4/5 proxy server, binds to port 1080 ftppr FTP proxy server, please do not mess it with FTP over HTTP proxy used in browsers pop3p POP3 proxy server, binds to port 110. You must specify POP3 username as username@target.host.ip[:port] port is 110 by default. Exmple: in Username configuration for you e-mail reader set someuser@pop.example.org, to obtains mail for someuser from pop.somehost.ru via proxy. smtpp SMTP proxy server, binds to port 25. You must specify SMTP username as username@target.host.ip[:port] port is 25 by default. Exmple: in Username configuration for you e-mail reader set someuser@mail.example.org, to send mail as someuser via mail.somehost.ru via proxy. tcppm TCP port mapping. Maps some TCP port on local machine to TCP port on remote host. udppm UDP port mapping. Maps some UDP port on local machine to UDP port on remote machine. Only one user simulationeously can use UDP mapping, so it cann't be used for public service in large networks. It's OK to use it to map to DNS server in small network or to map Counter-Strike server for single client (you can use few mappings on different ports for different clients in last case). mycrypt Program to obtain crypted password fro cleartext. Supports both MD5/crypt and NT password. mycrypt password produces NT password mycrypt salt password produces MD5/crypt password with salt "salt". Run utility with --help option for command line reference. Latest version is available from Want to donate the project?
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              3proxy has a medium active ecosystem.
              It has 1948 star(s) with 371 fork(s). There are 103 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 23 open issues and 580 have been closed. On average issues are closed in 0 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of 3proxy is 0.9.3

            kandi-Quality Quality

              3proxy has 0 bugs and 0 code smells.

            kandi-Security Security

              3proxy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              3proxy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              3proxy has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              3proxy releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 3068 lines of code, 0 functions and 31 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of 3proxy
            Get all kandi verified functions for this library.

            3proxy Key Features

            No Key Features are available at this moment for 3proxy.

            3proxy Examples and Code Snippets

            No Code Snippets are available at this moment for 3proxy.

            Community Discussions

            QUESTION

            Moq: Mocking an interface of abstract base class of a controller
            Asked 2021-Oct-05 at 08:12

            My problem: I want to unittest a controller. This controller has a constructor that includes a repository. Repositories are named like SomethingRepository. SomethingRepository inherits from abstract class BaseRepository. BaseRepository inherits from interface IRepository.

            When I want to mock SomethingRepository using Moq, I will need to mock the interface, as far as I understand, since mocking a class will demand an empty constructor which SomethingRepository and BaseRepository don't have. (I don't want to add one)

            So, I have tried

            ...

            ANSWER

            Answered 2021-Oct-04 at 10:27

            Every SomeRepository is a IRepository, but not every IRepository is a SomeRepository. If your controller injects a SomeRepository, you have to provide something which is (or inherits from) the SomeRepository class.

            The solution is to change your controller so that it injects a IRepository instead.

            Source https://stackoverflow.com/questions/69434117

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install 3proxy

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Proxy Libraries

            frp

            by fatedier

            shadowsocks-windows

            by shadowsocks

            v2ray-core

            by v2ray

            caddy

            by caddyserver

            XX-Net

            by XX-net

            Try Top Libraries by z3APA3A

            3scan

            by z3APA3AC

            spyfile

            by z3APA3AC

            spydir

            by z3APA3AC

            hsgap

            by z3APA3AC