Updated: Wed Oct 14 12:11:34 AM CEST 2020
This commit is contained in:
parent
34a40aebc8
commit
4630af1b0a
@ -1117,6 +1117,8 @@ CONFIG_NF_NAT_FTP=m
|
||||
CONFIG_NF_NAT_IRC=m
|
||||
CONFIG_NF_NAT_SIP=m
|
||||
CONFIG_NF_NAT_TFTP=m
|
||||
CONFIG_NF_NAT_REDIRECT=y
|
||||
CONFIG_NF_NAT_MASQUERADE=y
|
||||
CONFIG_NETFILTER_SYNPROXY=m
|
||||
CONFIG_NF_TABLES=m
|
||||
# CONFIG_NF_TABLES_INET is not set
|
||||
@ -1167,14 +1169,14 @@ CONFIG_NETFILTER_XT_TARGET_HL=m
|
||||
CONFIG_NETFILTER_XT_TARGET_LED=m
|
||||
# CONFIG_NETFILTER_XT_TARGET_LOG is not set
|
||||
CONFIG_NETFILTER_XT_TARGET_MARK=m
|
||||
# CONFIG_NETFILTER_XT_NAT is not set
|
||||
# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
|
||||
CONFIG_NETFILTER_XT_NAT=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
|
||||
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
|
||||
# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set
|
||||
# CONFIG_NETFILTER_XT_TARGET_MASQUERADE is not set
|
||||
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
|
||||
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m
|
||||
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
|
||||
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
|
||||
CONFIG_NETFILTER_XT_TARGET_TRACE=m
|
||||
@ -1323,7 +1325,10 @@ CONFIG_IP_NF_MATCH_TTL=m
|
||||
CONFIG_IP_NF_FILTER=m
|
||||
CONFIG_IP_NF_TARGET_REJECT=m
|
||||
CONFIG_IP_NF_TARGET_SYNPROXY=m
|
||||
# CONFIG_IP_NF_NAT is not set
|
||||
CONFIG_IP_NF_NAT=m
|
||||
CONFIG_IP_NF_TARGET_MASQUERADE=m
|
||||
CONFIG_IP_NF_TARGET_NETMAP=m
|
||||
CONFIG_IP_NF_TARGET_REDIRECT=m
|
||||
CONFIG_IP_NF_MANGLE=m
|
||||
CONFIG_IP_NF_TARGET_CLUSTERIP=m
|
||||
CONFIG_IP_NF_TARGET_ECN=m
|
||||
|
File diff suppressed because one or more lines are too long
@ -296,7 +296,7 @@ net-vpn/networkmanager-openvpn gtk
|
||||
>=media-libs/gegl-0.4.20 cairo
|
||||
|
||||
#Firefox
|
||||
www-client/firefox hwaccel openh264 pulseaudio startup-notification -clang -system-libvpx
|
||||
www-client/firefox hwaccel openh264 pulseaudio startup-notification -system-libvpx
|
||||
>=media-libs/libpng-1.6.37 apng
|
||||
>=dev-db/sqlite-3.30.1 secure-delete
|
||||
|
||||
|
31
repos.conf
31
repos.conf
@ -9,12 +9,6 @@ sync-type = git
|
||||
sync-uri = https://anongit.gentoo.org/git/repo/gentoo.git
|
||||
auto-sync = yes
|
||||
|
||||
#[4nykey]
|
||||
#priority = 50
|
||||
#location = /usr/repos/4nykey
|
||||
#layman-type = git
|
||||
#auto-sync = No
|
||||
|
||||
[hossie]
|
||||
priority = 50
|
||||
location = /usr/repos/hossie
|
||||
@ -27,30 +21,12 @@ location = /usr/repos/src_prepare-overlay
|
||||
layman-type = git
|
||||
auto-sync = No
|
||||
|
||||
#[crocket-overlay]
|
||||
#priority = 50
|
||||
#location = /usr/repos/crocket-overlay
|
||||
#layman-type = git
|
||||
#auto-sync = No
|
||||
|
||||
#[tastytea]
|
||||
#priority = 50
|
||||
#location = /usr/repos/tastytea
|
||||
#layman-type = git
|
||||
#auto-sync = No
|
||||
|
||||
[ricerlay]
|
||||
priority = 50
|
||||
location = /usr/repos/ricerlay
|
||||
layman-type = git
|
||||
auto-sync = No
|
||||
|
||||
#[haskell]
|
||||
#priority = 50
|
||||
#location = /usr/repos/haskell
|
||||
#layman-type = git
|
||||
#auto-sync = No
|
||||
|
||||
[steam-overlay]
|
||||
location = /usr/repos/steam-overlay
|
||||
sync-type = git
|
||||
@ -58,13 +34,6 @@ sync-uri = https://github.com/anyc/steam-overlay.git
|
||||
priority = 50
|
||||
auto-sync = No
|
||||
|
||||
#[fkmclane]
|
||||
#location = /usr/repos/fkmclane
|
||||
#sync-type = git
|
||||
#sync-uri = https://github.com/fkmclane/overlay.git
|
||||
#priority = 50
|
||||
#auto-sync = No
|
||||
|
||||
[gentoo-yorune]
|
||||
location = /usr/repos/gentoo-yorune
|
||||
sync-type = git
|
||||
|
Loading…
Reference in New Issue
Block a user