mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Use root server by default, as before. Use software checksum for eth
This commit is contained in:
parent
cc844f3b06
commit
67511c83a9
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mptcp
|
PKG_NAME:=mptcp
|
||||||
PKG_VERSION:=3.0
|
PKG_VERSION:=3.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
PKG_MAINTAINER:=Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
@ -21,7 +21,7 @@ define Package/mptcp
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Multipath TCP configuration scrips
|
TITLE:=Multipath TCP configuration scrips
|
||||||
DEPENDS:=+ip +iptables
|
DEPENDS:=+ip +iptables +ethtool
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_MPTCP=y \
|
CONFIG_MPTCP=y \
|
||||||
CONFIG_MPTCP_BINDER=y \
|
CONFIG_MPTCP_BINDER=y \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set unbound.@unbound[-1].listen_port=5353
|
set unbound.@unbound[-1].listen_port=5353
|
||||||
set unbound.@unbound[-1].protocol="ip4_only"
|
set unbound.@unbound[-1].protocol="ip4_only"
|
||||||
set unbound.@unbound[-1].enabled="0"
|
set unbound.@unbound[-1].enabled=1
|
||||||
commit unbound
|
commit unbound
|
||||||
add_list dhcp.@dnsmasq[-1].server="127.0.0.1#5353"
|
add_list dhcp.@dnsmasq[-1].server="127.0.0.1#5353"
|
||||||
commit dhcp
|
commit dhcp
|
||||||
|
|
|
@ -39,7 +39,7 @@ config server 'sss0'
|
||||||
option method 'aes-256-cfb'
|
option method 'aes-256-cfb'
|
||||||
|
|
||||||
config ss_tunnel 'dns'
|
config ss_tunnel 'dns'
|
||||||
option disabled 0
|
option disabled 1
|
||||||
option mode 'tcp_and_udp'
|
option mode 'tcp_and_udp'
|
||||||
option server 'sss0'
|
option server 'sss0'
|
||||||
option local_port '5353'
|
option local_port '5353'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue