Skip to content

Commit

Permalink
0.1.2-6
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Jul 30, 2024
1 parent 0d1ac99 commit 0e9c5b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=einat-ebpf
PKG_VERSION:=0.1.2
PKG_RELEASE:=5
PKG_RELEASE:=6

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/EHfive/einat-ebpf/tar.gz/refs/tags/v$(PKG_VERSION)?
Expand Down
18 changes: 9 additions & 9 deletions files/einat.init
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ einat_instance() {
# configure firewall
json_add_array firewall
# IPv4 input (Optional. Relax the localhost firewall)
json_add_object ''
json_add_string type rule
json_add_string target 'ACCEPT'
json_add_string name "Relax input limits"
json_add_string family 'ipv4'
json_add_string proto 'tcp udp'
json_add_string src "$(fw4 -q device $ifname)"
json_add_string dest_port "$ports"
json_close_object
#json_add_object ''
#json_add_string type rule
#json_add_string target 'ACCEPT'
#json_add_string name "Relax input limits"
#json_add_string family 'ipv4'
#json_add_string proto 'tcp udp'
#json_add_string src "$(fw4 -q device $ifname)"
#json_add_string dest_port "$ports"
#json_close_object
# IPv4 accept forward wan -> lan
json_add_object ''
json_add_string type rule
Expand Down

0 comments on commit 0e9c5b6

Please sign in to comment.