Results 19 issues of ezbik

Hi, how can I build it with https://github.com/pteich/caddy-tlsconsul ? Basically I need to achieve Caddy Clustering. As it is recommended on the official site: https://caddyserver.com/docs/consul

enhancement

It doesn't work in LAN because it writes down local Docker IP ( 172.*). You have to allow submitting peers IPs in Makefile: -DWANT_IP_FROM_QUERY_STRING

``` gost -L :2323?dns=1.1.1.1:53/tcp ``` ``` curl -x localhost:2323 -v ipv6.tanatos.org ``` ``` 2022/04/24 18:13:13 route.go:679: auto://:2323 on [::]:2323 2022/04/24 18:13:14 http.go:161: [http] 127.0.0.1:57760 -> auto://:2323 -> ipv6.tanatos.org:80 2022/04/24 18:13:14...

bug

Block all outgoing DNS traffic and run Gost proxy with forwarding DNS to DNS-over-TLS (853). ``` iptables -A OUTPUT -p tcp --dport 53 -j REJECT iptables -A OUTPUT -p udp...

Here is my vision of log vs report functionality. ## log pros: * detailed output (day, start & stop time) * frames IDs * chronological order ## log contras: *...

improvement

doesnt work ``` $ ./app.py Traceback (most recent call last): File "./app.py", line 5, in from flask_security import Security, SQLAlchemyUserDatastore, \ File "/home/z/tmp/Flask-Admin-Dashboard/venv/lib/python3.8/site-packages/flask_security/__init__.py", line 13, in from .core import Security,...

Idea: place a Linux Netfilter MARK on all outgoing packets to parents and backend servers, make an extra key for all services like proxy,socks,tcppm,etc + outgoing DNS , tcp\udp. Similar...

For those who want to avoid routing, build with ``` export CFLAGS=-DNO_DEFAULT_ROUTES=YES make ```

Ubuntu 22.04 python-iptables-1.0.1 ``` >>> import iptc >>> iptc.easy.dump_all( ipv6=False) {'filter': {'INPUT': [], 'FORWARD': [], 'OUTPUT': []}, 'mangle': {'PREROUTING': [], 'INPUT': [], 'FORWARD': [], 'OUTPUT': [], 'POSTROUTING': []}, 'raw': {'PREROUTING':...

Hi, It would be awesome to make nagios-cli support 'schedule check' calls