Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
S
smart-home-firewall
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Conditions générales et politique de confidentialité
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
smart-home-network-security
smart-home-firewall
Validations
818cd86e
Valider
818cd86e
rédigé
1 year ago
par
François De Keersmaeker
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Fixed path problems
parent
94f918bb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
README.md
+2
-2
2 ajouts, 2 suppressions
README.md
docker-compose.yaml
+3
-3
3 ajouts, 3 suppressions
docker-compose.yaml
eval/fuzzing/Vagrantfile
+1
-1
1 ajout, 1 suppression
eval/fuzzing/Vagrantfile
avec
6 ajouts
et
6 suppressions
README.md
+
2
−
2
Voir le fichier @
818cd86e
...
@@ -33,6 +33,6 @@ docker pull fdekeers/openwrt_linksys-wrt1200ac
...
@@ -33,6 +33,6 @@ docker pull fdekeers/openwrt_linksys-wrt1200ac
To run cross-compilation with either image:
To run cross-compilation with either image:
```
bash
```
bash
docker run
--rm
--mount
type
=
bind
,source
=
"
$(
pwd
)
"
,target
=
/home/user/
smart-home
-firewall
-e
ROUTER
=
tl-wdr4900 fdekeers/openwrt_tl-wdr4900
docker run
--rm
--mount
type
=
bind
,source
=
"
$(
pwd
)
"
,target
=
/home/user/
iot
-firewall
-e
ROUTER
=
tl-wdr4900 fdekeers/openwrt_tl-wdr4900
docker run
--rm
--mount
type
=
bind
,source
=
"
$(
pwd
)
"
,target
=
/home/user/
smart-home
-firewall
-e
ROUTER
=
linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
docker run
--rm
--mount
type
=
bind
,source
=
"
$(
pwd
)
"
,target
=
/home/user/
iot
-firewall
-e
ROUTER
=
linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
```
```
Ce diff est replié.
Cliquez pour l'agrandir.
docker-compose.yaml
+
3
−
3
Voir le fichier @
818cd86e
...
@@ -7,6 +7,6 @@ services:
...
@@ -7,6 +7,6 @@ services:
-
ROUTER=tl-wdr4900
-
ROUTER=tl-wdr4900
#- ROUTER=linksys-wrt1200ac
#- ROUTER=linksys-wrt1200ac
volumes
:
volumes
:
-
.:/home/user/
smart-home
-firewall
-
.:/home/user/
iot
-firewall
command
:
[
"
/home/user/
smart-home
-firewall/build.sh"
,
"
-t"
,
"
/home/user/
smart-home
-firewall/openwrt/tl-wdr4900/toolchain.cmake"
]
command
:
[
"
/home/user/
iot
-firewall/build.sh"
,
"
-t"
,
"
/home/user/
iot
-firewall/openwrt/tl-wdr4900/toolchain.cmake"
]
#command: ["/home/user/
smart-home
-firewall/build.sh", "-t", "/home/user/
smart-home
-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
#command: ["/home/user/
iot
-firewall/build.sh", "-t", "/home/user/
iot
-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
Ce diff est replié.
Cliquez pour l'agrandir.
eval/fuzzing/Vagrantfile
+
1
−
1
Voir le fichier @
818cd86e
...
@@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
...
@@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config
.
ssh
.
forward_agent
=
true
config
.
ssh
.
forward_agent
=
true
# Share additional folders to the guest VM.
# Share additional folders to the guest VM.
config
.
vm
.
synced_folder
"../../"
,
"/home/vagrant/
smart-home
-firewall"
config
.
vm
.
synced_folder
"../../"
,
"/home/vagrant/
iot
-firewall"
# Bash provision script
# Bash provision script
config
.
vm
.
provision
"shell"
,
inline:
<<-
SHELL
config
.
vm
.
provision
"shell"
,
inline:
<<-
SHELL
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter