mdouchement / seikan

Seikan is client/server application that enables to create bidirectional TCP tunnels leveraging Noise Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support CIDR in allow_list

mdouchement opened this issue · comments

allow_list:
  - localhost:5000
  - endpoint: localhost:5001
    ignore_errors:
      # You can build your Golang's regexp on https://regex101.com/
      - connection refused
   ###### CIDR proposal
   - type: cidr
     network: 127.0.0.0/8