From da5d12da619b7ef845030886f31ec813da00650a Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 23 Feb 2023 22:08:07 -0800 Subject: more change for pinephone --- etc/.cfgl/config | 4 ++-- etc/nftables.conf | 10 +++++----- etc/pacman.conf | 23 +++++++++++------------ 3 files changed, 18 insertions(+), 19 deletions(-) (limited to 'etc') diff --git a/etc/.cfgl/config b/etc/.cfgl/config index 57825631..4f0d404d 100644 --- a/etc/.cfgl/config +++ b/etc/.cfgl/config @@ -11,9 +11,9 @@ fetch = +refs/heads/*:refs/remotes/origin/* [commit] gpgsign = false -[branch "master"] +[branch "pp"] remote = origin - merge = refs/heads/master + merge = refs/heads/pp [remote "usb"] url = /run/media/xyz/bd0/git_repos/config_local_arch fetch = +refs/heads/*:refs/remotes/usb/* diff --git a/etc/nftables.conf b/etc/nftables.conf index f1278a96..50b901ff 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -21,13 +21,13 @@ table inet my_table { ip protocol icmp accept meta l4proto ipv6-icmp accept - #tcp dport ssh accept + tcp dport ssh accept #tcp dport searx accept - tcp dport qrcp accept + #tcp dport qrcp accept udp dport mdns accept - tcp dport qbt-mullvad accept - udp dport qbt-mullvad accept - tcp dport monerod-mullvad accept + #tcp dport qbt-mullvad accept + #udp dport qbt-mullvad accept + #tcp dport monerod-mullvad accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" diff --git a/etc/pacman.conf b/etc/pacman.conf index 9b8987e6..eacdc089 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,14 +69,19 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# DANCTNIX: Uncomment this if you want to be the first trying out new stuffs. +# They might break your device. +#[danctnix-testing] +#Server = https://p64.arikawa-hi.me/$repo/$arch/ + [fly] Server = file:///home/xyz/programs/repos/fly/$arch [fly-any] Server = file:///home/xyz/programs/repos/fly/any -#[testing] -#Include = /etc/pacman.d/mirrorlist +[danctnix] +Server = https://p64.arikawa-hi.me/$repo/$arch/ [core] Include = /etc/pacman.d/mirrorlist @@ -84,20 +89,14 @@ Include = /etc/pacman.d/mirrorlist [extra] Include = /etc/pacman.d/mirrorlist -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - [community] Include = /etc/pacman.d/mirrorlist -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist +[alarm] +Include = /etc/pacman.d/mirrorlist -#[multilib] -#Include = /etc/pacman.d/mirrorlist +[aur] +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. -- cgit v1.2.3-70-g09d2