Discover Packages
github.com/averageNetAdmin/andproxy
module
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: May 7, 2022
License: Apache-2.0
Opens a new window with license information.
README
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
Expand ▾
Collapse ▴
Directories
¶
cmd
Click to show internal directories.
Click to hide internal directories.