Skip to content

Commit

Permalink
Remove DHCP on interface OMRVPN by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Sep 5, 2024
1 parent 43f4d52 commit 4e228fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmptcprouter/files/etc/uci-defaults/2020-omr-vpn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$(uci -q get network.omrvpn)" = "" ]; then
delete network.omrvpn
set network.omrvpn=interface
set network.omrvpn.device=tun0
set network.omrvpn.proto=dhcp
set network.omrvpn.proto=none
set network.omrvpn.ip4table=vpn
set network.omrvpn.multipath=off
set network.omrvpn.leasetime=12h
Expand Down

0 comments on commit 4e228fd

Please sign in to comment.