net-helper/routemap.txt

18 lines
366 B
Plaintext

127.0.0.1:9889 {
type revHTTP;
target https://example.org; # RRR
domain localhost {
firewall whitelist GLOBAL;
type revHTTP;
target https://github.com;
};
}
127.0.0.1:7889 {
type revHTTP;
target https://google.com;
auth loopback admin qwerty;
cert public ./tests/pub.crt;
cert private ./tests/priv.key;
}