Skip to content

Commit

Permalink
Add NAT flag back to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Sep 22, 2023
1 parent 4834f47 commit 2ffb6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ BASE_CMD += --db.engine $(DB_ENGINE)
ifeq ($(ENABLE_ARCHIVE),true)
BASE_CMD += --gcmode archive
endif
ifeq ($(ENABLE_NAT),true)
BASE_CMD += --nat extip:$(EXT_IP)
endif
ifeq ($(ENABLE_UNLOCK),true)
BASE_CMD += --allow-insecure-unlock
endif
Expand Down

0 comments on commit 2ffb6d0

Please sign in to comment.