Skip to content

Commit

Permalink
bump geodata version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Jun 5, 2024
1 parent 68bf26a commit c0b361f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openwrt/scripts/10-customize-config.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# update geoip
sed -i 's/geoip-only-cn-private.dat/geoip.dat/g' package/new/helloworld/v2ray-geodata/Makefile

# remove ssrplus
rm -rf package/new/helloworld/luci-app-ssr-plus
rm -rf package/new/helloworld/patch-luci-app-ssr-plus.patch

# disable docker option iptables
sed -i "s/iptables '1'/iptables '0'/g" feeds/packages/utils/dockerd/files/etc/config/dockerd

# bump geodata version
rm -rf package/new/helloworld/v2ray-geodata
git clone https://$github/pmkol/v2ray-geodata package/new/helloworld/v2ray-geodata

# bump haproxy version
rm -rf feeds/packages/net/haproxy
cp -a ../master/packages/net/haproxy feeds/packages/net/haproxy
Expand Down

0 comments on commit c0b361f

Please sign in to comment.