Skip to content

Commit

Permalink
20151019
Browse files Browse the repository at this point in the history
  • Loading branch information
marinelli committed May 10, 2017
1 parent 68cb2f4 commit 1811664
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions opt/local/bin/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pkg_install miniupnpd

disable_and_stop_daemon miniupnpd

optlocal copy etc/miniupnpd.conf dest=/
optlocal copy etc/init.d/miniupnpd dest=/

proctl enable miniupnpd
Expand All @@ -125,6 +126,7 @@ pkg_install \
diffutils patch zile terminfo

pkg_remove \
kmod-lib-crc-ccitt kmod-slhc \
kmod-ppp kmod-pppox kmod-pppoe \
ppp-mod-pppoe ppp

Expand Down
2 changes: 1 addition & 1 deletion opt/local/bin/get-root-name-servers
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
EXIT_FAILURE=1
EXIT_SUCCESS=0

ROOTS_URL='http://www.internic.net/domain/named.cache'
ROOTS_URL='https://www.internic.net/domain/named.cache'
ROOTS_MD5_URL="${ROOTS_URL}.md5"

OUTPUT_FILE="$1"
Expand Down
2 changes: 1 addition & 1 deletion opt/local/etc/opkg/distfeeds.conf
3 changes: 2 additions & 1 deletion opt/local/etc/sysctl.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
kernel.panic=3
kernel.core_pattern=/tmp/%e.%t.%p.%s.core

net.ipv4.conf.default.arp_ignore=1
net.ipv4.conf.all.arp_ignore=1
net.ipv4.ip_forward=1
net.ipv4.icmp_echo_ignore_broadcasts=1
net.ipv4.icmp_ignore_bogus_error_responses=1
net.ipv4.igmp_max_memberships=100
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_syncookies=1
Expand Down

0 comments on commit 1811664

Please sign in to comment.