2024-09-06 14:24:55 +03:00
2024-09-05 03:53:10 +03:00
2024-08-26 19:34:45 +03:00
2024-09-06 14:24:55 +03:00
2024-09-06 14:24:55 +03:00
2024-09-04 09:15:03 +03:00
2024-09-06 14:24:55 +03:00
2024-09-06 14:24:55 +03:00
2024-08-24 00:46:20 +03:00
2024-09-04 09:15:03 +03:00
2024-09-05 05:42:43 +03:00
2024-09-06 06:34:52 +03:00

kvas2-go

Better implementation of KVAS

Realized features:

  • DNS Proxy (UDP)
  • DNS Proxy (TCP)
  • Records memory
  • IPTables rules for rebind DNS server port
  • IPSet integration
  • IP integration
  • IPTables rules to IPSet
  • Rule composer (CRUD)
  • GORM integration
  • Listing of interfaces
  • HTTP API
  • HTTP GUI
  • CLI
  • (Keenetic) Support for custom interfaces [1]
  • It is not a concept now... REFACTORING TIME!!!
  • (Keenetic) Getting readable names of interfaces from Keenetic NDMS
  • HTTP Auth

[1] Example

INTERFACE=ovpn_br0
iptables -A _NDM_SL_FORWARD -o ${INTERFACE} -m state --state NEW -j _NDM_SL_PROTECT
Description
No description provided
Readme GPL-3.0 381 KiB
Languages
Go 95.3%
Makefile 4.1%
Shell 0.6%