You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
492 B

  1. config global
  2. # option uci_enabled '1'
  3. config network
  4. # Logical network dependency, fully tracked, fwknopd gets restarted when
  5. # necessary. Specifying network takes precedence over config.PCAP_INTF
  6. # option network 'wan'
  7. config access
  8. option SOURCE 'ANY'
  9. option HMAC_KEY 'CHANGEME'
  10. option KEY 'CHANGEME'
  11. config config
  12. # Alternative direct physical interface definition, but untracked - you
  13. # are on your own to correctly start/stop the service when needed
  14. # option PCAP_INTF 'eth0'