@@ -86,8 +86,6 @@ description: Guide to use arguments of FORT Validator.
86
86
[--configuration-file=<file>]
87
87
[--tal=<file>|<directory>]
88
88
[--local-repository=<directory>]
89
- [--sync-strategy=off|root|root-except-ta]
90
- [--shuffle-uris=true|false]
91
89
[--maximum-certificate-depth=<unsigned integer>]
92
90
[--slurm=<file>|<directory>]
93
91
[--mode=server|standalone]
@@ -102,19 +100,15 @@ description: Guide to use arguments of FORT Validator.
102
100
[--server.interval.expire=<unsigned integer>]
103
101
[--server.deltas.lifetime=<unsigned integer>]
104
102
[--rsync.enabled=true|false]
105
- [--rsync.priority=<32-bit unsigned integer>]
106
- [--rsync.strategy=root|root-except-ta]
103
+ [--rsync.priority=<unsigned integer>]
107
104
[--rsync.retry.count=<unsigned integer>]
108
105
[--rsync.retry.interval=<unsigned integer>]
109
- [--rrdp.enabled=true|false]
110
- [--rrdp.priority=<32-bit unsigned integer>]
111
- [--rrdp.retry.count=<unsigned integer>]
112
- [--rrdp.retry.interval=<unsigned integer>]
113
106
[--http.enabled=true|false]
114
- [--http.priority=<32-bit unsigned integer>]
107
+ [--http.priority=<unsigned integer>]
115
108
[--http.retry.count=<unsigned integer>]
116
109
[--http.retry.interval=<unsigned integer>]
117
110
[--http.user-agent=<string>]
111
+ [--http.max-redirs=<unsigned integer>]
118
112
[--http.connect-timeout=<unsigned integer>]
119
113
[--http.transfer-timeout=<unsigned integer>]
120
114
[--http.low-speed-limit=<unsigned integer>]
@@ -139,11 +133,9 @@ description: Guide to use arguments of FORT Validator.
139
133
[--output.bgpsec=<file>]
140
134
[--output.format=csv|json]
141
135
[--asn1-decode-max-stack=<unsigned integer>]
142
- [--stale-repository-period=<unsigned integer>]
143
136
[--init-tals=true|false]
144
137
[--init-as0-tals=true|false]
145
138
[--thread-pool.server.max=<unsigned integer>]
146
- [--thread-pool.validation.max=<unsigned integer>]
147
139
```
148
140
149
141
If an argument is specified more than once, the last one takes precedence:
@@ -942,91 +934,91 @@ The configuration options are mostly the same as the ones from the `argv` interf
942
934
943
935
<pre ><code >{
944
936
"<a href =" #--tal " >tal</a >": "/tmp/fort/tal/",
945
- "<a href =" #--local-repository " >local-repository</a >": "/tmp/fort/repository/ ",
937
+ "<a href =" #--local-repository " >local-repository</a >": "/tmp/fort/repository",
946
938
"<a href =" #--work-offline " >work-offline</a >": false,
947
- "<a href =" #--shuffle-uris " >shuffle-uris</a >": true,
948
939
"<a href =" #--maximum-certificate-depth " >maximum-certificate-depth</a >": 32,
949
940
"<a href =" #--mode " >mode</a >": "server",
950
941
"<a href =" #--daemon " >daemon</a >": false,
951
942
"<a href =" #--slurm " >slurm</a >": "/tmp/fort/test.slurm",
943
+ "<a href =" #--asn1-decode-max-stack " >asn1-decode-max-stack</a >": 4096,
952
944
953
945
"server": {
954
946
"<a href =" #--serveraddress " >address</a >": [
955
947
"192.0.2.1",
956
948
"2001:db8::1"
957
949
],
958
950
"<a href =" #--serverport " >port</a >": "8323",
959
- "<a href =" #--serverbacklog " >backlog</a >": 16 ,
951
+ "<a href =" #--serverbacklog " >backlog</a >": 4096 ,
960
952
"interval": {
961
953
"<a href =" #--serverintervalvalidation " >validation</a >": 3600,
962
954
"<a href =" #--serverintervalrefresh " >refresh</a >": 3600,
963
955
"<a href =" #--serverintervalretry " >retry</a >": 600,
964
956
"<a href =" #--serverintervalexpire " >expire</a >": 7200
965
957
},
966
958
"deltas": {
967
- "<a href =" #--serverdeltaslifetime " >lifetime</a >": 4
959
+ "<a href =" #--serverdeltaslifetime " >lifetime</a >": 2
968
960
}
969
961
},
970
962
971
963
"log": {
972
964
"<a href =" #--logenabled " >enabled</a >": true,
973
- "<a href =" #--loglevel " >level</a >": "warning",
974
965
"<a href =" #--logoutput " >output</a >": "console",
975
- "<a href =" #--logcolor-output " >color-output </a >": true ,
976
- "<a href =" #--logfile-name-format " >file-name-format </a >": "file-name ",
966
+ "<a href =" #--loglevel " >level </a >": "info" ,
967
+ "<a href =" #--logtag " >tag </a >": "Operation ",
977
968
"<a href =" #--logfacility " >facility</a >": "daemon",
978
- "<a href =" #--logtag " >tag</a >": "Operation"
969
+ "<a href =" #--logfile-name-format " >file-name-format</a >": "global-url",
970
+ "<a href =" #--logcolor-output " >color-output</a >": false
979
971
},
980
972
981
973
"validation-log": {
982
974
"<a href =" #--validation-logenabled " >enabled</a >": false,
983
- "<a href =" #--validation-loglevel " >level</a >": "warning",
984
975
"<a href =" #--validation-logoutput " >output</a >": "console",
985
- "<a href =" #--validation-logcolor-output " >color-output </a >": true ,
986
- "<a href =" #--validation-logfile-name-format " >file-name-format </a >": "global-url ",
976
+ "<a href =" #--validation-loglevel " >level </a >": "warning" ,
977
+ "<a href =" #--validation-logtag " >tag </a >": "Validation ",
987
978
"<a href =" #--validation-logfacility " >facility</a >": "daemon",
988
- "<a href =" #--validation-logtag " >tag</a >": "Validation"
979
+ "<a href =" #--validation-logfile-name-format " >file-name-format</a >": "global-url",
980
+ "<a href =" #--validation-logcolor-output " >color-output</a >": false
989
981
},
990
982
991
983
"http": {
992
984
"<a href =" #--httpenabled " >enabled</a >": true,
993
985
"<a href =" #--httppriority " >priority</a >": 60,
994
986
"retry": {
995
- "<a href =" #--httpretrycount " >count</a >": 2 ,
996
- "<a href =" #--httpretryinterval " >interval</a >": 5
987
+ "<a href =" #--httpretrycount " >count</a >": 1 ,
988
+ "<a href =" #--httpretryinterval " >interval</a >": 4
997
989
},
998
990
"<a href =" #--httpuser-agent " >user-agent</a >": "{{ page.command }}/{{ site.fort-latest-version }}",
991
+ "<a href =" #--httpconnect-timeout " >max-redirs</a >": 10,
999
992
"<a href =" #--httpconnect-timeout " >connect-timeout</a >": 30,
1000
993
"<a href =" #--httptransfer-timeout " >transfer-timeout</a >": 0,
1001
- "<a href =" #--httplow-speed-limit " >low-speed-limit</a >": 30 ,
994
+ "<a href =" #--httplow-speed-limit " >low-speed-limit</a >": 100000 ,
1002
995
"<a href =" #--httplow-speed-time " >low-speed-time</a >": 10,
1003
- "<a href =" #--httpmax-file-size " >max-file-size</a >": 10000000 ,
996
+ "<a href =" #--httpmax-file-size " >max-file-size</a >": 1000000000 ,
1004
997
"<a href =" #--httpca-path " >ca-path</a >": "/usr/local/ssl/certs"
1005
998
},
1006
999
1007
1000
"rsync": {
1008
1001
"<a href =" #--rsyncenabled " >enabled</a >": true,
1009
1002
"<a href =" #--rsyncpriority " >priority</a >": 50,
1010
- "<a href =" #--rsyncstrategy " >strategy</a >": "root-except-ta",
1011
1003
"retry": {
1012
- "<a href =" #--rsyncretrycount " >count</a >": 2 ,
1013
- "<a href =" #--rsyncretryinterval " >interval</a >": 5
1004
+ "<a href =" #--rsyncretrycount " >count</a >": 1 ,
1005
+ "<a href =" #--rsyncretryinterval " >interval</a >": 4
1014
1006
},
1015
1007
"<a href =" #rsyncprogram " >program</a >": "rsync",
1016
1008
"<a href =" #rsyncarguments-recursive " >arguments-recursive</a >": [
1017
- "--recursive ",
1009
+ "-rtz ",
1018
1010
"--delete",
1019
- "--times",
1011
+ "--omit-dir- times",
1020
1012
"--contimeout=20",
1013
+ "--max-size=20MB",
1021
1014
"--timeout=15",
1022
- "$REMOTE",
1023
- "$LOCAL"
1024
- ],
1025
- "<a href =" #rsyncarguments-flat " >arguments-flat</a >": [
1026
- "--times",
1027
- "--contimeout=20",
1028
- "--timeout=15",
1029
- "--dirs",
1015
+ "--include=*/",
1016
+ "--include=*.cer",
1017
+ "--include=*.crl",
1018
+ "--include=*.gbr",
1019
+ "--include=*.mft",
1020
+ "--include=*.roa",
1021
+ "--exclude=*",
1030
1022
"$REMOTE",
1031
1023
"$LOCAL"
1032
1024
]
@@ -1068,14 +1060,8 @@ The configuration options are mostly the same as the ones from the `argv` interf
1068
1060
"thread-pool": {
1069
1061
"server": {
1070
1062
"<a href =" #--thread-poolservermax " >max</a >": 20
1071
- },
1072
- "validation": {
1073
- "<a href =" #--thread-poolvalidationmax " >max</a >": 5
1074
1063
}
1075
- },
1076
-
1077
- "<a href =" #--asn1-decode-max-stack " >asn1-decode-max-stack</a >": 4096,
1078
- "<a href =" #--stale-repository-period " >stale-repository-period</a >": 43200
1064
+ }
1079
1065
}
1080
1066
</code ></pre >
1081
1067
0 commit comments