andproxy

command module
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

andproxy

It's universal, not only http reverse proxy. You can listen any port and handle all requests.

Configuratin setting in yaml file.

#/etc/andproxy/config.yml
listenPorts:
  tcp4 80:
    accept: 
    deny: $pool1      #Use addressPools pool
    servers: $pool1   #Use servers pool
    filter: $filter1
    toport: 80
  tcp4 443:

  tcp4 3333:

staticFilters:
  filter1:
    192.168.1.1: $poolname      #Use servers pool
    $poolname: 172.16.0.20      #Use addressPools pool
    192.168.100.2/24: 172.16.0.30
servers:
  poolname: 
    - 172.16.0.10
    - 172.16.0.20
    - 172.16.0.30
addressPools:
  poolname: 
    - 192.16.0.10
    - 192.16.0.20
    - 192.16.0.30
  

It is not the end. It is only begin. If this project will be used i will develop and improve it. It is very early test realise. Anyone can download and try to use this(in /build will be builded application). I will be thankfull and happy. Please feedback

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL